[FA-11] Finished for real
All checks were successful
CI / build-backend (pull_request) Successful in 1m0s
CI / build-frontend (pull_request) Successful in 26s

This commit is contained in:
gamer147
2025-11-26 18:26:30 -05:00
parent 09ebdb1b2a
commit b71d9031e1
3 changed files with 101 additions and 1 deletions

View File

@@ -0,0 +1,40 @@
# Dependencies
node_modules
# Build output
dist
# Environment files
.env
.env.local
.env.*.local
# IDE and editor
.vscode
.idea
*.swp
*.swo
# Git
.git
.gitignore
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Test coverage
coverage
# Docker
Dockerfile
.dockerignore
docker-compose*
# Documentation
README.md
*.md
# TypeScript build info
*.tsbuildinfo