Use absolute paths in gitignore
This commit is contained in:
		
							parent
							
								
									e2c1a3b5d5
								
							
						
					
					
						commit
						ae4d1d13a2
					
				
							
								
								
									
										11
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1,9 +1,6 @@
 | 
			
		||||
// JSX cache
 | 
			
		||||
.module-cache
 | 
			
		||||
 | 
			
		||||
// Packages
 | 
			
		||||
node_modules
 | 
			
		||||
bower_components
 | 
			
		||||
/node_modules
 | 
			
		||||
/app/bower_components
 | 
			
		||||
 | 
			
		||||
// Config files
 | 
			
		||||
/config.json
 | 
			
		||||
@ -13,5 +10,5 @@ bower_components
 | 
			
		||||
*.txt
 | 
			
		||||
 | 
			
		||||
// Compiled
 | 
			
		||||
app/jsx/build
 | 
			
		||||
build/*
 | 
			
		||||
/app/jsx/build
 | 
			
		||||
/build
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user