Add .gitignore to exclude generated files and temporary lock files

This commit is contained in:
Christian Galo 2025-03-12 04:04:06 -05:00
parent 802e6f490c
commit e768424392

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Generated files by hugo
/public/
# Temporary lock file while building
/.hugo_build.lock