.gitignore 374 B

12345678910111213141516
  1. # ---> SublimeText
  2. # cache files for sublime text
  3. *.tmlanguage.cache
  4. *.tmPreferences.cache
  5. *.stTheme.cache
  6. # workspace files are user-specific
  7. *.sublime-workspace
  8. # project files should be checked into the repository, unless a significant
  9. # proportion of contributors will probably not be using SublimeText
  10. # *.sublime-project
  11. # sftp configuration file
  12. sftp-config.json