Skip to content

Commit 07eb177

Browse files
authored
chore: ignore all log and .env files (#883)
Log files are generated for each e2e test in their respective directory. This is annoying in Git.
1 parent b6549e0 commit 07eb177

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
@@ -7,7 +7,9 @@
77
/*.sh
88
/*.json
99
/*.yaml
10-
/*.log
10+
*.log
1111
/_output
1212
!.golangci.yaml
1313
!renovate.json
14+
15+
.env*

0 commit comments

Comments
 (0)