Commit inicial: NetBox con PostgreSQL 18 y Redis, Traefik/NPM, sin standalone
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# Docker
|
||||
.env
|
||||
docker-compose.override.yml
|
||||
|
||||
# Datos y backups
|
||||
data/
|
||||
backups/
|
||||
*.sql
|
||||
*.dump
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Sistema
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user