Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 38d7df0

Browse files
marcofranssennpalm
authored andcommitted
fix: .gitignore for 'secrets.auto.tfvars'
1 parent 0079d16 commit 38d7df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
.idea
1212
.DS_Store
1313
*.out
14-
example/*.secrets*.tfvars
14+
secrets.auto.tfvars
1515
.envrc
1616
*.zip
1717
*.gz
1818
*.tgz
1919
*.env
2020
.vscode
2121

22-
**/coverage/*
22+
**/coverage/*

0 commit comments

Comments
 (0)