Files
odoocker/.gitignore
2024-08-09 09:10:21 -06:00

15 lines
272 B
Plaintext

# Ignores the main configuration file.
/.env
# Ignores the pgadmin private key
pgadmin/private_key
# Ignores the docker compose local or production environment.
docker-compose.override.yml
# Ignores any __pycache__ folder.
__pycache__
# Ignores upgrade files
upgrade/