You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SublimeText.gitignore 820B

12345678910111213141516171819202122232425262728293031
  1. # Cache files for Sublime Text
  2. *.tmlanguage.cache
  3. *.tmPreferences.cache
  4. *.stTheme.cache
  5. # Workspace files are user-specific
  6. *.sublime-workspace
  7. # Project files should be checked into the repository, unless a significant
  8. # proportion of contributors will probably not be using Sublime Text
  9. # *.sublime-project
  10. # SFTP configuration file
  11. sftp-config.json
  12. sftp-config-alt*.json
  13. # Package control specific files
  14. Package Control.last-run
  15. Package Control.ca-list
  16. Package Control.ca-bundle
  17. Package Control.system-ca-bundle
  18. Package Control.cache/
  19. Package Control.ca-certs/
  20. Package Control.merged-ca-bundle
  21. Package Control.user-ca-bundle
  22. oscrypto-ca-bundle.crt
  23. bh_unicode_properties.cache
  24. # Sublime-github package stores a github token in this file
  25. # https://packagecontrol.io/packages/sublime-github
  26. GitHub.sublime-settings