Ignore /vendor/bundle (#1880)
This commit is contained in:
		
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -4,8 +4,9 @@
 | 
				
			|||||||
# or operating system, you probably want to add a global ignore instead:
 | 
					# or operating system, you probably want to add a global ignore instead:
 | 
				
			||||||
#   git config --global core.excludesfile '~/.gitignore_global'
 | 
					#   git config --global core.excludesfile '~/.gitignore_global'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Ignore bundler config.
 | 
					# Ignore bundler config and downloaded libraries.
 | 
				
			||||||
/.bundle
 | 
					/.bundle
 | 
				
			||||||
 | 
					/vendor/bundle
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Ignore the default SQLite database.
 | 
					# Ignore the default SQLite database.
 | 
				
			||||||
/db/*.sqlite3
 | 
					/db/*.sqlite3
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user