diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1 +1,16 @@ -/public +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock + +*/.DS_Store +.DS_Store |