diff --git a/.gitignore b/.gitignore index 92f732b..106c7df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .DS_Store /node_modules -/out \ No newline at end of file +/out + +*.sublime-workspace diff --git a/electron.sublime-project b/electron.sublime-project new file mode 100644 index 0000000..24db303 --- /dev/null +++ b/electron.sublime-project @@ -0,0 +1,8 @@ +{ + "folders": + [ + { + "path": "." + } + ] +}