Some checks failed
CI / Lint & Format Check (push) Failing after 1m11s
CI / Test Backend (push) Failing after 1m32s
CI / Build Backend (push) Has been skipped
Security Audit / npm audit (push) Failing after 5s
Security Audit / Dependency Review (push) Has been skipped
CI / Test Frontend (push) Failing after 29s
CI / Build Frontend (push) Has been skipped
57 lines
512 B
Plaintext
57 lines
512 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
*.log
|
|
|
|
# Production builds
|
|
dist/
|
|
build/
|
|
.next/
|
|
out/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# Misc
|
|
.cache/
|
|
*.tsbuildinfo
|
|
.eslintcache
|
|
|
|
# Docker
|
|
docker-compose.override.yml
|
|
|
|
# Uploads
|
|
uploads/
|
|
temp/
|
|
|
|
# Generated files
|
|
*.pdf
|
|
*.xlsx
|
|
*.csv
|
|
|
|
# OS
|
|
Thumbs.db
|