49 lines
478 B
Plaintext
49 lines
478 B
Plaintext
# Dependencies
|
|
**/node_modules/
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
**/coverage/
|
|
|
|
# Production / Build
|
|
**/dist/
|
|
**/build/
|
|
frontend/dist/
|
|
backend/dist/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# Debug logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
*.log
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
backend/.env
|
|
frontend/.env
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# IDE / Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Docker
|
|
.docker/
|
|
|
|
|
|
# release files
|
|
release/
|