update gitignore file (with comment description)
This commit is contained in:
parent
093ab4d985
commit
a13a8d29c6
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,7 +1,12 @@
|
|||
.hugo_build.lock
|
||||
# As for the go.{mod,sum} files, I want them nearly empty
|
||||
# in the repo but don't track changes so I did this:
|
||||
# git update-index --assume-unchanged go.mod
|
||||
# git update-index --assume-unchanged go.sum
|
||||
resources
|
||||
public
|
||||
go.mod
|
||||
go.sum
|
||||
man
|
||||
*.bak
|
||||
gmid.*
|
||||
|
|
Loading…
Add table
Reference in a new issue