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