summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNicholas Tay <nick@windblume.net>2022-08-14 01:54:58 +1000
committerNicholas Tay <nick@windblume.net>2022-08-14 01:54:58 +1000
commitc7afd053563916f2409fdc7913738a4f864ce9a0 (patch)
tree5bdfac22d1ec8a1560cac408f1e880d43f9a55c0 /.gitignore
downloadelectron-flash-c7afd053563916f2409fdc7913738a4f864ce9a0.tar.gz
electron-flash-c7afd053563916f2409fdc7913738a4f864ce9a0.tar.bz2
electron-flash-c7afd053563916f2409fdc7913738a4f864ce9a0.zip
Initial commit
Note that Electron 11 must be used, as Electron 12 uses Chromium 88, where plugins were removed.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e827ea6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+node_modules
+.DS_Store
+config.json \ No newline at end of file