Skip to content

Commit

Permalink
ignore node_module* folders (YARN and NPM backups)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Oct 8, 2017
1 parent 0e91238 commit fcf9b49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
dist
now
node_modules
node_modules_NPM
node_modules_YARN
.DS_Store
.history
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
node_modules_NPM
node_modules_YARN
.DS_Store
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"**/.gitignore": true,
"**/.gitmodules": true,
"**/.idea": true,
"**/node_modules": true,
"**/node_modules*": true,
"**/bower_components": true
},
"search.exclude": {},
Expand Down

0 comments on commit fcf9b49

Please sign in to comment.