fix(docs): update listed contents of .dockerignore

It appears that further items have been added to out-of-the-box .dockerignore file created when running `@backstage/create-app`

Updated to reflect the current contents

was:
```
.git
node_modules
packages/*/src
packages/*/node_modules
plugins
```
now:
```
.git
.yarn/cache
.yarn/install-state.gz
node_modules
packages/*/src
packages/*/node_modules
plugins
*.local.yaml
```

Signed-off-by: Leena <19555355+sploschee@users.noreply.github.com>
This commit is contained in:
Leena
2022-11-12 16:37:57 +00:00
committed by GitHub
parent afa90a3e51
commit f14bd69e29
+3
View File
@@ -108,10 +108,13 @@ root of the repo to speed up the build by reducing build context size:
```text
.git
.yarn/cache
.yarn/install-state.gz
node_modules
packages/*/src
packages/*/node_modules
plugins
*.local.yaml
```
With the project built and the `.dockerignore` and `Dockerfile` in place, we are