scottslowe-learning-tools/.gitignore
Scott S. Lowe 962caf0213
Switch K8s infrastructure to Go with Pulumi (#147)
Switch to Go from TypeScript for AWS-K8s infrastructure. Add entries to .gitignore to help keep repository clean. Update documentation. Tweak code slightly. Update go.mod and Pulumi AWS SDK version.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2023-11-12 19:52:18 -07:00

26 lines
406 B
Text

# Ignore certain Vagrant-related files and directories
.bundle/
.vagrant
# Ignore certain Terraform-related files and directories
*.tfstate
*.tfstate.backup
*.tfvars
.terraform
# Ignore go.sum
go.sum
# Ignore various other files
real-adminrc
*.taskpaper
consul-*.config.json
*.defaults
ssh.cfg
known_hosts
# Ignore Pulumi stack files
Pulumi.*.yaml
# Ignore TypeScript/NodeJS directories
node_modules/