Some checks failed
CI/CD - Francia Ocupada (La Resistencia) / build-and-deploy (push) Failing after 7s
51 lines
515 B
Plaintext
51 lines
515 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
**/node_modules/
|
|
|
|
# Testing
|
|
/coverage
|
|
**/coverage
|
|
|
|
# Next.js
|
|
.next/
|
|
**/.next/
|
|
out/
|
|
**/out/
|
|
|
|
# Production
|
|
build/
|
|
**/build/
|
|
dist/
|
|
**/dist/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
**/.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
|
|
**/.env*
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
**/*.tsbuildinfo
|
|
next-env.d.ts
|
|
**/next-env.d.ts
|
|
|
|
# Docker/DB
|
|
postgres_data/
|
|
**/postgres_data/
|
|
|
|
# Secrets
|
|
GiteaToken.txt
|
|
**/GiteaToken.txt
|