mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	Updated .gitignore and npm scripts
This commit is contained in:
		
							
								
								
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,5 +1,9 @@ | ||||
| server/public/assets/images/thumbnails/ | ||||
| server/node_modules/ | ||||
| server/mailconfig.js | ||||
| server/mongo_config.js | ||||
| */node_modules | ||||
| node_modules/ | ||||
| scripts/ | ||||
| .DS_Store | ||||
| npm-debug.log | ||||
| server/npm-debug.log | ||||
|   | ||||
| @@ -4,6 +4,8 @@ | ||||
|   "description": "Zoff ====", | ||||
|   "main": "gulpfile.js", | ||||
|   "scripts": { | ||||
|     "install": "cd server/ && npm install", | ||||
|     "start": "node server/index.js", | ||||
|     "test": "echo \"Error: no test specified\" && exit 1" | ||||
|   }, | ||||
|   "repository": { | ||||
|   | ||||
							
								
								
									
										5
									
								
								server/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								server/.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,5 +0,0 @@ | ||||
| node_modules/ | ||||
| scripts/ | ||||
| .DS_Store | ||||
| mongo_config.js | ||||
| mailconfig.js | ||||
| @@ -20,6 +20,9 @@ | ||||
|     "socket.io": "^2.0.3", | ||||
|     "uniqid": "^4.1.1" | ||||
|   }, | ||||
|   "scripts": { | ||||
|       "start": "node index.js" | ||||
|   }, | ||||
|   "repository": { | ||||
|     "type": "git", | ||||
|     "url": "git://github.com/zoff-music/zoff-server.git" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user