gitignor eupdate
This commit is contained in:
parent
c45cb8dd70
commit
df476b9670
1 changed files with 16 additions and 0 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -198,3 +198,19 @@ scans/
|
||||||
|
|
||||||
# QBittorrent: Block GeoIP databases
|
# QBittorrent: Block GeoIP databases
|
||||||
**/GeoDB/
|
**/GeoDB/
|
||||||
|
|
||||||
|
|
||||||
|
# Local setup folders
|
||||||
|
.terraform/
|
||||||
|
|
||||||
|
# State backup files (The cause of your current error)
|
||||||
|
*.tfstate.backup
|
||||||
|
*.tfstate.*.backup
|
||||||
|
|
||||||
|
# Crash logs
|
||||||
|
crash.log
|
||||||
|
|
||||||
|
# Ignore local secret files (if you use them)
|
||||||
|
*.tfvars.json
|
||||||
|
override.tf
|
||||||
|
override.tf.json
|
||||||
Loading…
Reference in a new issue