12 lines
164 B
Plaintext
12 lines
164 B
Plaintext
# terraform
|
|
*.tfstate*
|
|
.terraform
|
|
|
|
# node
|
|
node_modules
|
|
|
|
# go build artifacts — ignore compiled binaries (files named main, no extension)
|
|
**/main
|
|
!**/main/
|
|
*.test
|