scottslowe-learning-tools/.gitignore
Scott S. Lowe 13df222608
Update the repo-wide Git ignore file
Add go.sum to the repo-wide Git ignore file. Organize the Git ignore file to be a bit more readable.

Signed-off-by: Scott S. Lowe <scott.lowe@scottlowe.org>
2023-02-08 17:19:02 -05:00

20 lines
309 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