diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 77b2848a..2c0ab32a 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -1,3 +1,11 @@ +# cache files for sublime text +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache + +# python code in binary format +*.pyc + # workspace files are user-specific *.sublime-workspace @@ -5,5 +13,5 @@ # proportion of contributors will probably not be using SublimeText # *.sublime-project -#sftp configuration file +# sftp configuration file sftp-config.json