Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add yarn-error.log to gitignore file
  • Loading branch information
gtn1024 committed Jan 31, 2021
commit 3191283277f6f19d1e8df5b93726f8f1b12d8c3c
1 change: 1 addition & 0 deletions lib/generators/blog/templates/_gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pids
logs
node_modules
npm-debug.log
yarn-error.log
coverage/
run
dist
Expand Down
1 change: 1 addition & 0 deletions lib/generators/docs/templates/docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pids
logs
node_modules
npm-debug.log
yarn-error.log
coverage/
run
dist
Expand Down