Skip to content

Commit fc98caa

Browse files
committed
Adding cache files and binary files
1 parent 14b7566 commit fc98caa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Global/SublimeText.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
# cache files for sublime text
2+
*.tmlanguage.cache
3+
*.tmPreferences.cache
4+
*.stTheme.cache
5+
6+
# python code in binary format
7+
*.pyc
8+
19
# workspace files are user-specific
210
*.sublime-workspace
311

412
# project files should be checked into the repository, unless a significant
513
# proportion of contributors will probably not be using SublimeText
614
# *.sublime-project
715

8-
#sftp configuration file
16+
# sftp configuration file
917
sftp-config.json

0 commit comments

Comments
 (0)