Remove .dockerignore from .gitignore
The .dockerignore needs to be tracked so the CI workflow and contributors can use it during Docker builds.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -34,8 +34,6 @@ AGENTS.md
|
|||||||
*.log
|
*.log
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
|
||||||
# Docker
|
|
||||||
.dockerignore
|
|
||||||
|
|
||||||
# Package lock (optional — remove this line if you want deterministic installs)
|
# Package lock (optional — remove this line if you want deterministic installs)
|
||||||
# package-lock.json
|
# package-lock.json
|
||||||
|
|||||||
Reference in New Issue
Block a user