Add .gitignore to exclude generated files and temporary lock files
This commit is contained in:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# Generated files by hugo
|
||||
/public/
|
||||
|
||||
# Temporary lock file while building
|
||||
/.hugo_build.lock
|
Reference in New Issue
Block a user