From: Andrew Gundersen Date: Mon, 6 Jun 2022 17:13:45 +0000 (-0500) Subject: Sublime project X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=58232bba20c5e664273a7311db8343fff058e9f2;p=mime-chat Sublime project --- 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": "." + } + ] +}