Keep .terraform.lock.hcl for reproducible provider pins; gitignore state files and the .terraform/ working directory.
16 lines
161 B
Plaintext
16 lines
161 B
Plaintext
data/
|
|
simulator/data/
|
|
var/t1/**
|
|
var/t3/**
|
|
!var/t1/.gitkeep
|
|
!var/t3/.gitkeep
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
node_modules/
|
|
dist/
|
|
.env
|
|
.terraform/
|
|
*.tfstate
|
|
*.tfstate.*
|