refactor: move Bootstrap modules and templates to dedicated repo
This commit is contained in:
77
.gitignore
vendored
Normal file
77
.gitignore
vendored
Normal file
@@ -0,0 +1,77 @@
|
||||
# ============================================================================
|
||||
# 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*
|
||||
Reference in New Issue
Block a user