Skip to content

Commit 9f5dda7

Browse files
committed
chore: gitignore updates
1 parent e70742f commit 9f5dda7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ package-lock.json
88
yarn.lock
99
.vscode
1010

11+
# env config files
12+
.env*
13+
*.nix
14+
.tool-versions
15+
.direnv
16+
1117
# helia-http-gateway specific files
1218
/test-results/
1319
/playwright-report/
@@ -17,3 +23,9 @@ screenshots
1723
scripts/tmp/fixtures
1824
scripts/tmp/kubo-path.txt
1925
test/fixtures/e2e
26+
27+
# helia-http-gateway debugging files
28+
debugging/test-gateways.log
29+
permutation-logs
30+
*.csv
31+
*.log

0 commit comments

Comments
 (0)