chore: Limpiar archivos basura de git y actualizar .gitignore
Some checks failed
CI/CD - Francia Ocupada (La Resistencia) / build-and-deploy (push) Failing after 8s

This commit is contained in:
Resistencia Dev
2025-12-22 18:59:03 +01:00
parent f4a557acdb
commit b11186943b
264 changed files with 12518 additions and 11 deletions

40
.gitignore vendored
View File

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

1
client/.next/BUILD_ID Normal file
View File

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

View File

@@ -0,0 +1,25 @@
{
"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

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

View File

@@ -0,0 +1,19 @@
{
"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": []
}

7
client/.next/cache/config.json vendored Normal file
View File

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

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