forked from fediversity/fediversity
move gitignore to apply to infra dir
This commit is contained in:
parent
27bcd20360
commit
3185fc036b
2 changed files with 6 additions and 7 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,3 +1,9 @@
|
||||||
|
.npins.json
|
||||||
|
.terraform/
|
||||||
|
.terraform.lock.hcl
|
||||||
|
.terraform.tfstate.lock.info
|
||||||
|
terraform.tfstate*
|
||||||
|
.auto.tfvars.json
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
*.log
|
*.log
|
||||||
|
|
|
||||||
7
launch/.gitignore
vendored
7
launch/.gitignore
vendored
|
|
@ -1,7 +0,0 @@
|
||||||
# generated
|
|
||||||
.auto.tfvars.json
|
|
||||||
.npins.json
|
|
||||||
.terraform/
|
|
||||||
.terraform.lock.hcl
|
|
||||||
.terraform.tfstate.lock.info
|
|
||||||
terraform.tfstate*
|
|
||||||
Loading…
Add table
Reference in a new issue