You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			36 lines
		
	
	
		
			598 B
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			36 lines
		
	
	
		
			598 B
		
	
	
	
		
			Plaintext
		
	
################################################################################
 | 
						|
## This global gitignore file is assembled based the github gitignore project:
 | 
						|
## https://github.com/github/gitignore
 | 
						|
################################################################################
 | 
						|
 | 
						|
# vim ignores
 | 
						|
.*.sw[a-z]
 | 
						|
.netrwhist
 | 
						|
doc/tags
 | 
						|
 | 
						|
# OS X ignores
 | 
						|
.DS_Store
 | 
						|
.DS_Store?
 | 
						|
.AppleDouble
 | 
						|
.LSOverride
 | 
						|
Icon
 | 
						|
 | 
						|
# Thumbnails
 | 
						|
._*
 | 
						|
 | 
						|
# Files that might appear on external disk
 | 
						|
.Spotlight-V100
 | 
						|
.Trashes
 | 
						|
 | 
						|
# Windows ignores
 | 
						|
Thumbs.db
 | 
						|
ehthumbs.db
 | 
						|
Desktop.ini
 | 
						|
 | 
						|
# Python ignores
 | 
						|
*.py[cod]
 | 
						|
 | 
						|
# Compass/sass ignores
 | 
						|
.sass-cache
 | 
						|
 |