🙈(docker) add .next to .dockerignore

We don't want to copy this over to the Docker daemon, since this
directory can be quite large.
This commit is contained in:
Simon Ser
2025-06-03 00:21:37 +02:00
committed by Manuel Raynaud
parent ce329142dc
commit bf66265125
2 changed files with 5 additions and 0 deletions

View File

@@ -34,3 +34,4 @@ db.sqlite3
# Frontend
node_modules
.next

View File

@@ -12,6 +12,10 @@ and this project adheres to
- ✨(frontend) add customization for translations #857
### Changed
- 🧑‍💻(docker): add .next to .dockerignore #1055
## [3.3.0] - 2025-05-06
### Added