netgescon-day0/.gitignore

109 lines
1.4 KiB
Plaintext
Executable File

# 🔒 NETGESCON - GIT IGNORE
# Generato: 19/07/2025 - Setup Git Distribuito
# === AMBIENTE SVILUPPO ===
.vscode/settings.json
.vscode/launch.json
*.log
*.tmp
temp/
tmp/
# === PYTHON ===
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
venv/
env/
ENV/
# === LARAVEL ===
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
.env.backup
.phpunit.result.cache
Homestead.json
Homestead.yaml
npm-debug.log*
yarn-error.log
.vite/
/public/build/assets/
*.swp
# === DATI SENSIBILI ===
*.env
*.key
*password*
*secret*
config/database.php
.env.*
# === BACKUP E CACHE ===
backup/
archivio_dati/
*_backup/
*.bak
*.backup
# === DOCUMENTI PERSONALI ===
# Code Citations.txt
estratti/
estrattimiki/
estrattiold/
milizie 3/
trasmissioni/
XML da importare/
# === VECCHIE CARTELLE ===
Test scripts e dati archiviati/
programmi di conversione/
projectOLD/
netgescon-laravel_backup/
# === IMMAGINI GRANDI ===# #
!*.png
*.jpg
*.jpeg
*.gif
!*.PNG
*.JPG
*.JPEG
*.GIF
!docs/images/**
# Eccezione per le schermate legacy
!/docs/images/gescon-schermate/**
!/docs/images/gescon-schermate/**
# === OS ===
.DS_Store
Thumbs.db
Desktop.ini
node_modules
node_modules
node_modules
node_modules
node_modules
node_modules
# Day-0 safety guards
.env
.env.local
.env.production
.env.staging
.env.development
.env.test
.env.testing
vendor/
node_modules/
storage/logs/
storage/framework/cache/
storage/framework/sessions/
storage/framework/views/
storage/backups/