Files
ultimate-ban-tracker/.gitignore
Nils Pukropp 64fe49e58e
Some checks failed
Build and Release / build (push) Has been cancelled
init
2026-02-21 01:48:48 +01:00

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/