feature/integracion-cpanel-asrecovery
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -25,6 +25,8 @@ MANIFEST
|
||||
|
||||
# Virtual Environment
|
||||
venv/
|
||||
venv-windows/
|
||||
venv-linux/
|
||||
ENV/
|
||||
env/
|
||||
|
||||
@@ -35,16 +37,25 @@ env/
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Logs
|
||||
# Logs y datos locales
|
||||
logs/*.log
|
||||
logs/*.log.*
|
||||
|
||||
# Database
|
||||
data/*.db
|
||||
data/*.db-journal
|
||||
config/.env
|
||||
config/data/
|
||||
config/logs/
|
||||
config/odbc/
|
||||
config/7zip/
|
||||
config/.bootstrap_ok
|
||||
config/.autostart_registered
|
||||
|
||||
# PyInstaller
|
||||
*.spec
|
||||
# PyInstaller / empaquetado
|
||||
packaging/bundled/
|
||||
dist/installers/
|
||||
|
||||
# Variables de entorno locales
|
||||
.env
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user