Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 165a862

Browse files
committed
chore(gitignore): exclude .log and .stackdump files
1 parent 7148627 commit 165a862

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ libpeerconnection.log
2020
npm-debug.log
2121
/tmp/
2222
/scripts/bower/bower-*
23-
.vscode
23+
.vscode
24+
*.log
25+
*.stackdump

0 commit comments

Comments
 (0)