Skip to content

Commit

Permalink
chore: add electron/src/{node_modules|package-lock.json} to git & npm…
Browse files Browse the repository at this point in the history
… ignore
  • Loading branch information
erisu committed Sep 7, 2021
1 parent 64d3164 commit 3f06fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,4 @@ Thumbs.db

node_modules








src/electron/package-lock.json
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.*
appveyor.yml
tests
src/electron/node_modules
src/electron/package-lock.json

0 comments on commit 3f06fbe

Please sign in to comment.