mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 23:42:07 +01:00
* Rename file to `Dockerfile.dockerignore`. As the `Dockerfile` is not in the root directory, the Docker spec requires the file to be named `<dockerfile_name>.dockerignore`. * Update ignore rules, and include `.mypy_cache/` directory.
19 lines
206 B
Docker
19 lines
206 B
Docker
# Configuration
|
|
**/.env
|
|
|
|
# Frontend
|
|
**/assets/library/
|
|
**/node_modules/
|
|
|
|
# Backend
|
|
backend/tests/
|
|
**/venv/
|
|
**/.venv/
|
|
**/.mypy_cache/
|
|
**/.pytest_cache/
|
|
**/__pycache__/
|
|
|
|
# Testing
|
|
**/romm_test/
|
|
**/romm_mock/
|