Fix gitignore paths

This commit is contained in:
Jacob Heider 2022-06-15 16:55:36 -04:00
parent 8a94ad3f6d
commit 1793290581
Failed to extract signature

6
.gitignore vendored
View file

@ -4,8 +4,8 @@
### Hugo ### ### Hugo ###
# Generated files by hugo # Generated files by hugo
/public/ /public/
/resources/_gen/ src/resources/_gen/
/assets/jsconfig.json src/assets/jsconfig.json
hugo_stats.json hugo_stats.json
# Executable may be added to repository # Executable may be added to repository
@ -14,7 +14,7 @@ hugo.darwin
hugo.linux hugo.linux
# Temporary lock file while building # Temporary lock file while building
/.hugo_build.lock /src/.hugo_build.lock
# End of https://www.toptal.com/developers/gitignore/api/hugo # End of https://www.toptal.com/developers/gitignore/api/hugo