diff --git a/.gitignore b/.gitignore index 28f1ba7..bca15c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,16 @@ node_modules -.DS_Store \ No newline at end of file +.DS_Store + +# 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 \ No newline at end of file