Skip to content

Commit 21deb42

Browse files
committed
updating gitignore
1 parent 1bc8339 commit 21deb42

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
77
lerna-debug.log*
8+
*-debug.log
9+
*-error.log
10+
11+
/.nyc_output
12+
/dist
13+
/lib
14+
/tmp
15+
/yarn.lock
816

917
# Diagnostic reports (https://nodejs.org/api/report.html)
1018
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

0 commit comments

Comments
 (0)