Sublime project

This commit is contained in:
Andrew Gundersen 2022-06-06 12:13:45 -05:00
commit 58232bba20
2 changed files with 11 additions and 1 deletions

4
.gitignore vendored
View file

@ -1,3 +1,5 @@
.DS_Store
/node_modules
/out
/out
*.sublime-workspace

8
electron.sublime-project Normal file
View file

@ -0,0 +1,8 @@
{
"folders":
[
{
"path": "."
}
]
}