mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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>
26 lines
406 B
Text
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/
|