chore: Corregir .gitignore recursivo y limpiar archivos temporales
Some checks failed
CI/CD - Francia Ocupada (La Resistencia) / build-and-deploy (push) Failing after 7s

This commit is contained in:
Resistencia Dev
2025-12-22 18:59:38 +01:00
parent b11186943b
commit 669b84c0a2
263 changed files with 16 additions and 12502 deletions

22
.gitignore vendored
View File

@@ -1,21 +1,26 @@
# Dependencies
node_modules/
/.pnp
.pnp.js
**/node_modules/
# Testing
/coverage
**/coverage
# Next.js
/.next/
/out/
.next/
**/.next/
out/
**/out/
# Production
/build
/dist
build/
**/build/
dist/
**/dist/
# Misc
.DS_Store
**/.DS_Store
*.pem
*.log
npm-debug.log*
@@ -28,13 +33,18 @@ yarn-error.log*
.env.development.local
.env.test.local
.env.production.local
**/.env*
# TypeScript
*.tsbuildinfo
**/*.tsbuildinfo
next-env.d.ts
**/next-env.d.ts
# Docker/DB
postgres_data/
**/postgres_data/
# Secrets
GiteaToken.txt
**/GiteaToken.txt