Update .gitignore (#3197)
* Remove duplicate 'node_modules' * Replace 'public/packs'
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							440441ccb3
						
					
				
				
					commit
					860f408475
				
			
							
								
								
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -19,6 +19,7 @@
 | 
				
			|||||||
coverage
 | 
					coverage
 | 
				
			||||||
public/system
 | 
					public/system
 | 
				
			||||||
public/assets
 | 
					public/assets
 | 
				
			||||||
 | 
					public/packs
 | 
				
			||||||
.env
 | 
					.env
 | 
				
			||||||
.env.production
 | 
					.env.production
 | 
				
			||||||
node_modules/
 | 
					node_modules/
 | 
				
			||||||
@@ -43,9 +44,6 @@ redis
 | 
				
			|||||||
# Ignore vim files
 | 
					# Ignore vim files
 | 
				
			||||||
*~
 | 
					*~
 | 
				
			||||||
*.swp
 | 
					*.swp
 | 
				
			||||||
/public/packs
 | 
					 | 
				
			||||||
/node_modules
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Ignore npm debug log
 | 
					# Ignore npm debug log
 | 
				
			||||||
npm-debug.log
 | 
					npm-debug.log
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user