5 lines
80 B
Text
5 lines
80 B
Text
cat > ~/homelab/.gitignore << 'EOF'
|
|
.env
|
|
*.tfstate
|
|
*.tfstate.backup
|
|
.terraform/
|