mirror of
https://github.com/suitenumerique/docs.git
synced 2026-04-25 17:15:01 +02:00
🙈(docker) add **/.next to .dockerignore
All the ".next" files are generated by the build process and should not be included in the Docker context.
This commit is contained in:
@@ -34,4 +34,4 @@ db.sqlite3
|
|||||||
|
|
||||||
# Frontend
|
# Frontend
|
||||||
node_modules
|
node_modules
|
||||||
.next
|
**/.next
|
||||||
|
|||||||
@@ -6,6 +6,11 @@ and this project adheres to
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- 🙈(docker) add **/.next to .dockerignore #2034
|
||||||
|
|
||||||
|
|
||||||
## [v4.8.1] - 2026-03-17
|
## [v4.8.1] - 2026-03-17
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
Reference in New Issue
Block a user