Skip to content

Commit 5b4b4aa

Browse files
Add .gooseignore to repository root to allow data access in GitHub Actions (#65)
1 parent 9e8cbe4 commit 5b4b4aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gooseignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Block only sensitive files, allow everything else
2+
.env
3+
*.key
4+
*.pem
5+
secrets/

0 commit comments

Comments
 (0)