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

View File

@@ -1,13 +0,0 @@
# Configuración de red local
# Cambia esta IP a la IP de tu PC en la red local
HOST_IP=192.168.1.131
# URLs para desarrollo local
NEXT_PUBLIC_API_URL=http://192.168.1.131:4000
CORS_ORIGIN=http://192.168.1.131:3000
# Configuración de base de datos
DATABASE_URL=postgresql://postgres:password@db:5432/resistencia
POSTGRES_USER=postgres
POSTGRES_PASSWORD=password
POSTGRES_DB=resistencia

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

View File

@@ -1 +0,0 @@
Q-zfVzSkdLG_GvHabv8Ax

View File

@@ -1,25 +0,0 @@
{
"pages": {
"/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/layout.css",
"static/chunks/app/layout.js"
],
"/dashboard/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/dashboard/page.js"
],
"/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/page.js"
],
"/not-found": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/not-found.js"
]
}
}

View File

@@ -1 +0,0 @@
{"/_not-found":"/_not-found","/dashboard/page":"/dashboard","/page":"/"}

View File

@@ -1,19 +0,0 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"rootMainFiles": [
"static/chunks/webpack.js",
"static/chunks/main-app.js"
],
"pages": {
"/_app": []
},
"ampFirstPages": []
}

View File

@@ -1,7 +0,0 @@
{
"telemetry": {
"notifiedAt": "1766418825867",
"anonymousId": "e0cdec547134990904f3c012a006fcff905e94b4f10141bbc69c4f2e9ae75859",
"salt": "d0c6e804c295eba960ffcfc94ffbf971"
}
}

Some files were not shown because too many files have changed in this diff Show More