Skip to content

Commit f392c6f

Browse files
committed
fix: gitignore all logs
1 parent 926d11c commit f392c6f

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
@@ -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)