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