mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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:
parent
c2bc715557
commit
13df222608
1 changed files with 11 additions and 3 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue