Quellcode durchsuchen

fix(Node): ignore yarn logs

This adds ignores for the `yarn-debug.log*` and `yarn-error.log*` files sometimes produced by the [Yarn package manager](https://yarnpkg.com).
pull/2277/head
Anders D. Johnson vor 7 Jahren
Ursprung
Commit
978d926dfd
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2
    0
      Node.gitignore

+ 2
- 0
Node.gitignore Datei anzeigen

@@ -2,6 +2,8 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids

Laden…
Abbrechen
Speichern