diff --git a/.gitignore b/.gitignore index 51f2146..e8b0edb 100644 --- a/.gitignore +++ b/.gitignore @@ -66,4 +66,7 @@ node_modules/ .env # Ignore .DS_Store files (macOS) -.DS_Store \ No newline at end of file +.DS_Store + +# Ignore Hugo generated files +public/ \ No newline at end of file