Skip to content

Commit

Permalink
Add .idea/ folder to .gitignore & .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Aug 12, 2019
1 parent 74569c8 commit e616957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.DS_Store
.idea/
npm-debug.log
node_modules
*.js
*.map
dist/
dist_tests/
dist_tests/
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
.idea
.vscode
npm-debug.log
node_modules
Expand Down

0 comments on commit e616957

Please sign in to comment.