diff --git a/electron-template/gitignore b/electron-template/gitignore new file mode 100644 index 000000000..b4fdeec7c --- /dev/null +++ b/electron-template/gitignore @@ -0,0 +1,6 @@ +# NPM renames .gitignore to .npmignore +# In order to prevent that, we remove the initial "." +# And the CLI then renames it + +app/ +node_modules/