16 lines
223 B
Plaintext
16 lines
223 B
Plaintext
|
**/.terraform/*
|
||
|
*.tfstate
|
||
|
*.tfstate.*
|
||
|
|
||
|
# ignore .DS_Store files for mac users
|
||
|
.DS_Store
|
||
|
|
||
|
# ignore executables
|
||
|
*.exe
|
||
|
|
||
|
# ignore consumer-cli specific config file
|
||
|
.userlocation
|
||
|
|
||
|
# ignore IDE specific temp files
|
||
|
.vscode/
|
||
|
.idea/
|