39 lines
355 B
Plaintext
39 lines
355 B
Plaintext
# Hugo build artifacts
|
|
.hugo_build.lock
|
|
hugo_stats.json
|
|
public/
|
|
resources/
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Development files
|
|
.editorconfig
|
|
.git/
|
|
.gitignore
|
|
*.md
|
|
docs/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Backup files
|
|
*.backup
|
|
*.bak
|
|
*.tmp
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|