Initial commit

This commit is contained in:
Michilis
2025-12-14 23:08:45 -03:00
commit 1e1753dff3
58 changed files with 18294 additions and 0 deletions

54
.gitignore vendored Normal file
View File

@@ -0,0 +1,54 @@
# Dependencies
node_modules/
.pnp/
.pnp.js
# Environment files
.env
.env.local
.env.*.local
# Build outputs
dist/
build/
.next/
out/
# Database
*.db
*.sqlite
*.sqlite3
prisma/dev.db
prisma/dev.db-journal
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
.DS_Store
Thumbs.db
*.swp
*.swo
# IDE
.idea/
.vscode/
.history/
*.sublime-project
*.sublime-workspace
# Testing
coverage/
.nyc_output/
# Misc
*.tgz
*.tar.gz
.cache/
.temp/
.tmp/