update gitignore
All checks were successful
Build Hugo Site / build (push) Successful in 8s

This commit is contained in:
Phil 2024-11-20 09:43:48 -07:00
parent 28bd84cd87
commit 05179c864b

33
.gitignore vendored
View File

@ -1,2 +1,31 @@
public/
.hugo_build.lock
# 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