feat: reestructuracion para easypanel y variables de entorno
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# Entornos y llaves privadas
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
backend/.env
|
||||
PRUEBAS_EXPORT/.env
|
||||
|
||||
# Dependencias
|
||||
node_modules/
|
||||
dist/
|
||||
dist-ssr/
|
||||
*.local
|
||||
|
||||
# Caché de lenguajes
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.pytest_cache/
|
||||
|
||||
# Archivos de datos pesados / temporales
|
||||
*.xlsx
|
||||
*.xls
|
||||
*.csv
|
||||
backend/cartera_junta_export*.xlsx
|
||||
backend/cartera_junta_export.csv
|
||||
PRUEBAS_EXPORT/*.xlsx
|
||||
|
||||
# Logs y SO
|
||||
*.log
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user