Skip to content

Commit 761a207

Browse files
authored
chore: add profile outputs to .gitignore (#558)
The output of `pprof` and `trace` shouldn't be committed :)
1 parent 9ee3c5a commit 761a207

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
/tsgolint
22
internal/collections/
33
e2e/node_modules/
4-
node_modules/
4+
node_modules/
5+
6+
*.pprof
7+
*.out
8+

0 commit comments

Comments
 (0)