chore: Corregir .gitignore recursivo y limpiar archivos temporales
Some checks failed
CI/CD - Francia Ocupada (La Resistencia) / build-and-deploy (push) Failing after 7s
Some checks failed
CI/CD - Francia Ocupada (La Resistencia) / build-and-deploy (push) Failing after 7s
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user