Skip to content

Commit 5778dcb

Browse files
committed
feat: .gitignore 추가
1 parent e4db538 commit 5778dcb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

infra/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
**/.terraform
2+
**/.terraform.lock.hcl
3+
**/terraform.tfstate
4+
**/terraform.tfstate.backup
5+
**/.terraform.tfstate.lock.info
6+
**/secrets.tf
7+
**/README_LOCAL.md
8+
**/*.tfvars
9+
.idea/

0 commit comments

Comments
 (0)