37 lines
338 B
Plaintext
37 lines
338 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
|
|
# Build output
|
|
dist
|
|
dist-ssr
|
|
build
|
|
|
|
# Version control
|
|
.git
|
|
.gitignore
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE and editor files
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Test files
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Misc
|
|
README.md
|
|
.drone.yaml
|
|
k8s/
|
|
backend/
|
|
*.log |