mirror of
https://github.com/ivabus/www
synced 2024-11-10 07:05:15 +03:00
Fix gitignore paths
This commit is contained in:
parent
8a94ad3f6d
commit
1793290581
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -4,8 +4,8 @@
|
|||
### Hugo ###
|
||||
# Generated files by hugo
|
||||
/public/
|
||||
/resources/_gen/
|
||||
/assets/jsconfig.json
|
||||
src/resources/_gen/
|
||||
src/assets/jsconfig.json
|
||||
hugo_stats.json
|
||||
|
||||
# Executable may be added to repository
|
||||
|
@ -14,7 +14,7 @@ hugo.darwin
|
|||
hugo.linux
|
||||
|
||||
# Temporary lock file while building
|
||||
/.hugo_build.lock
|
||||
/src/.hugo_build.lock
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/hugo
|
||||
|
||||
|
|
Loading…
Reference in a new issue