ignore sublimetext files

This commit is contained in:
Marek Isalski 2022-01-13 12:59:19 +00:00
parent d003e707ab
commit bf13265261
2 changed files with 8 additions and 0 deletions

4
.gitignore vendored
View File

@ -66,3 +66,7 @@ example.py
Pipfile
Pipfile.lock
.venv/
# sublimetext
*.sublime-project
*.sublime-workspace

View File

@ -66,3 +66,7 @@
^Pipfile$
^Pipfile\.lock$
^\.venv/
# sublimetext
\.sublime-project$
\.sublime-workspace$