diff --git a/.gitignore b/.gitignore index 4625c53..c7cf079 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,8 @@ **/*.zip **/*.btw **/*.trace +**/*.sublime-project +**/*.sublime-workspace .vs/ .vscode/ diff --git a/untitled.sublime-project b/untitled.sublime-project deleted file mode 100644 index 24db303..0000000 --- a/untitled.sublime-project +++ /dev/null @@ -1,8 +0,0 @@ -{ - "folders": - [ - { - "path": "." - } - ] -}