Skip to content

Commit

Permalink
chore: cleanup git & npm ignore list (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Oct 2, 2021
1 parent bd7bc56 commit 063595d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# System files
.DS_Store

# Editors
.vscode

# Testing, code coverage, and linting
.nyc_output
coverage
temp
.tmp

# Logging
logs
*.log
npm-debug.log*

# others
node_modules
.gitkeep
.tmp
.nyc_output/
coverage/
10 changes: 10 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Config related files
.*

# Testing, code coverage, and linting
coverage
spec

# Logging
logs
*.log
npm-debug.log*

0 comments on commit 063595d

Please sign in to comment.