mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
update .dockerignore (#1514)
* add src/app/shared/test-helpers to .dockerignore * chore: add Dockerfile to .dockerignore
This commit is contained in:
parent
10fc3368e9
commit
bbeb2c3b17
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
.github/
|
.github/
|
||||||
.settings/
|
.settings/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
src/app/shared/test-helpers/
|
||||||
frontend/
|
frontend/
|
||||||
backend/
|
backend/
|
||||||
backup/
|
backup/
|
||||||
|
|
@ -12,6 +13,7 @@ coverage/
|
||||||
dist/
|
dist/
|
||||||
docker/
|
docker/
|
||||||
dockerfiles/
|
dockerfiles/
|
||||||
|
Dockerfile
|
||||||
logs/
|
logs/
|
||||||
node_modules/
|
node_modules/
|
||||||
node_modules_old/
|
node_modules_old/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue