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>
This commit is contained in:
Scott S. Lowe 2023-02-08 17:19:02 -05:00
parent c2bc715557
commit 13df222608
No known key found for this signature in database
GPG key ID: 949F43F6E6C11780

14
.gitignore vendored
View file

@ -1,12 +1,20 @@
# Ignore certain Vagrant-related files and directories
.bundle/
.vagrant
real-adminrc
*.taskpaper
# 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
.terraform