mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-03 17:44:33 +02:00
chore(git): add yarn-error.log to .gitignore
This commit is contained in:
parent
9421760165
commit
882526f5ab
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# NPM
|
||||
# NPM and Yarn
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
node_modules/
|
||||
|
||||
# Build artifacts and asset stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue