]> Repos - mime-chat/commitdiff
Sublime project dev
authorAndrew Gundersen <gundersena@crimata.com>
Mon, 6 Jun 2022 17:13:45 +0000 (12:13 -0500)
committerAndrew Gundersen <gundersena@crimata.com>
Mon, 6 Jun 2022 17:13:45 +0000 (12:13 -0500)
.gitignore
electron.sublime-project [new file with mode: 0644]

index 92f732bb44a259b07144de2642002ecb4d894967..106c7df6750c2d0012dac1dd5053d981c0a04747 100644 (file)
@@ -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 (file)
index 0000000..24db303
--- /dev/null
@@ -0,0 +1,8 @@
+{
+       "folders":
+       [
+               {
+                       "path": "."
+               }
+       ]
+}