Update gitignore list
Change-Id: I9f49fd1926869a85179766f77213d2aaf6892bcb
This commit is contained in:
		
							
								
								
									
										53
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										53
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,22 +1,45 @@
 | 
			
		||||
*.iml
 | 
			
		||||
# Logs
 | 
			
		||||
logs
 | 
			
		||||
*.log
 | 
			
		||||
npm-debug.log*
 | 
			
		||||
 | 
			
		||||
# Runtime data
 | 
			
		||||
pids
 | 
			
		||||
*.pid
 | 
			
		||||
*.seed
 | 
			
		||||
./dist
 | 
			
		||||
.DS_Store
 | 
			
		||||
.idea
 | 
			
		||||
.node_repl_history
 | 
			
		||||
.npm
 | 
			
		||||
bower_components
 | 
			
		||||
cover
 | 
			
		||||
dist
 | 
			
		||||
 | 
			
		||||
# Directory for instrumented libs generated by jscoverage/JSCover
 | 
			
		||||
lib-cov
 | 
			
		||||
logs
 | 
			
		||||
node_modules
 | 
			
		||||
npm-debug.log
 | 
			
		||||
package
 | 
			
		||||
pids
 | 
			
		||||
 | 
			
		||||
# Test reporting directories used by zuul
 | 
			
		||||
cover
 | 
			
		||||
reports
 | 
			
		||||
 | 
			
		||||
# Project output directories
 | 
			
		||||
package
 | 
			
		||||
dist
 | 
			
		||||
www
 | 
			
		||||
doc/build
 | 
			
		||||
build
 | 
			
		||||
doc/source/jsdoc
 | 
			
		||||
*-compiled.js
 | 
			
		||||
*.js.map
 | 
			
		||||
*.tgz
 | 
			
		||||
.vagrant
 | 
			
		||||
 | 
			
		||||
# Dependency directories
 | 
			
		||||
node_modules
 | 
			
		||||
bower_components
 | 
			
		||||
 | 
			
		||||
# Optional npm cache directory
 | 
			
		||||
.npm
 | 
			
		||||
 | 
			
		||||
# Optional REPL history
 | 
			
		||||
.node_repl_history
 | 
			
		||||
 | 
			
		||||
# Dev Environment Excludes
 | 
			
		||||
*.iml
 | 
			
		||||
.idea
 | 
			
		||||
clouds.yaml
 | 
			
		||||
 | 
			
		||||
# OS-specific
 | 
			
		||||
.DS_Store
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										8
									
								
								generators/app/templates/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								generators/app/templates/.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -20,6 +20,11 @@ package
 | 
			
		||||
dist
 | 
			
		||||
www
 | 
			
		||||
build
 | 
			
		||||
doc/source/jsdoc
 | 
			
		||||
*-compiled.js
 | 
			
		||||
*.js.map
 | 
			
		||||
*.tgz
 | 
			
		||||
.vagrant
 | 
			
		||||
 | 
			
		||||
# Dependency directories
 | 
			
		||||
node_modules
 | 
			
		||||
@@ -31,9 +36,10 @@ bower_components
 | 
			
		||||
# Optional REPL history
 | 
			
		||||
.node_repl_history
 | 
			
		||||
 | 
			
		||||
# IDE files
 | 
			
		||||
# Dev Environment Excludes
 | 
			
		||||
*.iml
 | 
			
		||||
.idea
 | 
			
		||||
clouds.yaml
 | 
			
		||||
 | 
			
		||||
# OS-specific
 | 
			
		||||
.DS_Store
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user