Files
odoocker/.gitignore
2023-08-25 02:08:56 -05:00

9 lines
183 B
Plaintext

# Ignores the main configuration file.
/.env
# Ignores the docker compose local or production environment.
docker-compose.override.yml
# Ignores any __pycache__ folder.
__pycache__