36 lines
251 B
Plaintext
36 lines
251 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
|
|
# Build outputs
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Documentation
|
|
README.md
|
|
*.md
|
|
|
|
# CI/CD
|
|
.gitea
|
|
|
|
# Other
|
|
*.log
|
|
.cache
|
|
|