Skip to content

Commit

Permalink
ignore file & cleanup 馃Ч (#19)
Browse files Browse the repository at this point in the history
ignore file & cleanup 馃Ч
  • Loading branch information
niftylettuce committed Jan 17, 2020
2 parents 8124593 + 0a53fd9 commit 73165cc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# OS #
###################
.DS_Store
*.log
.idea
Thumbs.db
tmp/
temp/


# Node.js #
###################
node_modules
package-lock.json
npm-debug.log
yarn-debug.log
yarn-error.log


# NYC #
###################
coverage
*.lcov
.nyc_output
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false

0 comments on commit 73165cc

Please sign in to comment.