78 lines
1.9 KiB
Plaintext
78 lines
1.9 KiB
Plaintext
# ============================================================================
|
|
# Hugo Site .gitignore
|
|
# ============================================================================
|
|
|
|
# ============================================================================
|
|
# Hugo Build Artifacts
|
|
# ============================================================================
|
|
|
|
# Generated site output
|
|
public/
|
|
|
|
# Hugo resources (processed assets)
|
|
resources/
|
|
|
|
# Hugo build lock
|
|
.hugo_build.lock
|
|
|
|
# Hugo stats
|
|
hugo_stats.json
|
|
|
|
# Auto-generated JS config
|
|
**/assets/jsconfig.json
|
|
|
|
# ============================================================================
|
|
# Node.js & Package Managers
|
|
# ============================================================================
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# ============================================================================
|
|
# Environment & Configuration
|
|
# ============================================================================
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# ============================================================================
|
|
# Development Tools
|
|
# ============================================================================
|
|
|
|
# IDE & Editors
|
|
.vscode/
|
|
.idea/
|
|
|
|
# ============================================================================
|
|
# Generated Content
|
|
# ============================================================================
|
|
|
|
# Pagefind search index
|
|
pagefind/
|
|
static/pagefind/
|
|
|
|
# ============================================================================
|
|
# Operating System
|
|
# ============================================================================
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Linux
|
|
*~
|
|
|
|
# ============================================================================
|
|
# Logs & Temporary Files
|
|
# ============================================================================
|
|
|
|
*.log
|
|
npm-debug.log*
|