Sublime project
This commit is contained in:
parent
678942d144
commit
58232bba20
2 changed files with 11 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
.DS_Store
|
||||
/node_modules
|
||||
/out
|
||||
/out
|
||||
|
||||
*.sublime-workspace
|
||||
|
|
|
|||
8
electron.sublime-project
Normal file
8
electron.sublime-project
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"folders":
|
||||
[
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue