Skip to content

Commit

Permalink
fix(electron): add .gitignore (#1662)
Browse files Browse the repository at this point in the history
The `app/` directory is generated with `npx cap copy electron` and consequently can be ignored. Also, `node_modules/` can be ignored for obvious reasons.

This also resolves #1560.
  • Loading branch information
devinshoemaker authored and jcesarmobile committed Jun 14, 2019
1 parent 13b321e commit 7c1cf39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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/

0 comments on commit 7c1cf39

Please sign in to comment.