mirror of
https://github.com/vale981/gitignore
synced 2025-03-06 02:11:42 -05:00
Merge pull request #2277 from adjohnson916/yarn
fix(Node): ignore yarn logs
This commit is contained in:
commit
9a1d4adec9
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
logs
|
logs
|
||||||
*.log
|
*.log
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
# Runtime data
|
# Runtime data
|
||||||
pids
|
pids
|
||||||
|
|
Loading…
Add table
Reference in a new issue