🧑‍💻 Add sublime-project file

This commit is contained in:
Scott Lahteine 2024-06-08 18:54:07 -05:00
parent 29dbaf9c78
commit 3c74f3fb22
2 changed files with 11 additions and 1 deletions

3
.gitignore vendored
View file

@ -2,7 +2,8 @@
# OS # OS
# #
applet/ applet/
*.DS_Store .DS_Store
*.sublime-workspace
# Prerequisites # Prerequisites
*.d *.d

View file

@ -0,0 +1,9 @@
{
"folders":
[
{
"file_exclude_patterns": [ "*.sublime-project" ],
"path": ".",
},
],
}