From 05179c864bd90c94e3c768d62ec46c780bc14589 Mon Sep 17 00:00:00 2001 From: Phil Date: Wed, 20 Nov 2024 09:43:48 -0700 Subject: [PATCH] update gitignore --- .gitignore | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4af45ff..aedcabb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,31 @@ -public/ -.hugo_build.lock \ No newline at end of file +# Hugo's default build folder +/public/ + +# Hugo's data folder (optional, depends on your project) +/data/ + +# Hugo's cache folder +/cache/ + +# Hugo's content folder can have media, drafts or temporary files that you don't want to commit +/content/drafts/ +/content/images/ +/content/sections/ + +# OS generated files +.DS_Store +Thumbs.db + +# IDE or text editor files +.idea/ +.vscode/ + +# Node.js and other dependencies +node_modules/ +yarn.lock +package-lock.json + +# Temporary files +*.bak +*.swp +.hugo_build.lock