Skip to content

Commit 2f158bc

Browse files
committed
fix: gitignore all logs
1 parent aa5b6e7 commit 2f158bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22
node_modules
33
dist
44
.npmrc
5+
6+
logs
7+
*.log
8+
npm-debug.log*
9+
yarn-debug.log*
10+
yarn-error.log*
11+
lerna-debug.log*
12+
.pnpm-debug.log*

0 commit comments

Comments
 (0)