Skip to content

Commit de1272f

Browse files
committed
Terraform: be more exclusive in .gitingore
This commit makes it possible to exclude any file that starts with terraform* so to ignore any terraform.tfstate file that might be created inside the main folder.
1 parent e56188b commit de1272f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
inventory/*
22
!inventory/lab
3-
/terraform
3+
/terraform*
44
/.terraform*
55
venv*
66
*.swp

0 commit comments

Comments
 (0)