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.
		
		
		
		
		
			
		
			
				
	
	
		
			39 lines
		
	
	
		
			717 B
		
	
	
	
		
			Cheetah
		
	
			
		
		
	
	
			39 lines
		
	
	
		
			717 B
		
	
	
	
		
			Cheetah
		
	
# chezmoi:template:left-delimiter=#{{
 | 
						|
#{{- /* vim: set filetype=gitconfig: */ -}}
 | 
						|
#{{ if lookPath "git" -}}
 | 
						|
################################################################################
 | 
						|
## 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
 | 
						|
#{{- end }}
 |