33 lines
247 B
Plaintext
33 lines
247 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
public/
|
|
resources/_gen/
|
|
|
|
# Hugo
|
|
hugo_stats.json
|
|
.hugo_build.lock
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Cache
|
|
.cache/
|