29 lines
210 B
Plaintext
29 lines
210 B
Plaintext
|
|
# Dependencies
|
||
|
|
node_modules/
|
||
|
|
|
||
|
|
# Build output
|
||
|
|
public/
|
||
|
|
resources/
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git/
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.idea/
|
||
|
|
.vscode/
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
|
||
|
|
# OS
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Hugo
|
||
|
|
hugo_stats.json
|
||
|
|
|
||
|
|
# Development
|
||
|
|
*.log
|
||
|
|
*.md
|
||
|
|
!README.md
|