forked from gitea/gitea
		
	 a06c3ad2c0
			
		
	
	
		a06c3ad2c0
		
	
	
	
	
		
			
			* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo
		
			
				
	
	
		
			31 lines
		
	
	
		
			797 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			797 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # cache files for sublime text
 | |
| *.tmlanguage.cache
 | |
| *.tmPreferences.cache
 | |
| *.stTheme.cache
 | |
| 
 | |
| # workspace files are user-specific
 | |
| *.sublime-workspace
 | |
| 
 | |
| # project files should be checked into the repository, unless a significant
 | |
| # proportion of contributors will probably not be using SublimeText
 | |
| # *.sublime-project
 | |
| 
 | |
| # sftp configuration file
 | |
| sftp-config.json
 | |
| 
 | |
| # Package control specific files
 | |
| Package Control.last-run
 | |
| Package Control.ca-list
 | |
| Package Control.ca-bundle
 | |
| Package Control.system-ca-bundle
 | |
| Package Control.cache/
 | |
| Package Control.ca-certs/
 | |
| Package Control.merged-ca-bundle
 | |
| Package Control.user-ca-bundle
 | |
| oscrypto-ca-bundle.crt
 | |
| bh_unicode_properties.cache
 | |
| 
 | |
| # Sublime-github package stores a github token in this file
 | |
| # https://packagecontrol.io/packages/sublime-github
 | |
| GitHub.sublime-settings
 |