Update gitignore to ignore sublime text config files

This commit is contained in:
Noah Gorny 2020-10-30 13:34:11 +02:00
parent 58d8c2dcc7
commit e7237c6e84
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -39,6 +39,10 @@ tests/data/common_wheels/
# For Visual Studio Code
.vscode/
# For Sublime Text
*.sublime-workspace
*.sublime-project
# Scratch Pad for experiments
.scratch/