Skip to content

Commit

Permalink
Ignore error log in gitignore and npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Cykelero committed Jun 28, 2022
1 parent 19e07fd commit 8139f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/notes
/docs/api-reference-build
preparePackageCacheBundle.errors.log

node_modules
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/notes
/docs
/spec
preparePackageCacheBundle.errors.log

# Editors
.nova
Expand Down

0 comments on commit 8139f1d

Please sign in to comment.