20 lines
376 B
Plaintext
20 lines
376 B
Plaintext
# The collector image installs @logger/collector from the Verdaccio registry,
|
|
# so it needs none of the source tree in the build context.
|
|
**/node_modules/
|
|
**/dist/
|
|
**/*.tsbuildinfo
|
|
.git/
|
|
.gitignore
|
|
.dockerignore
|
|
docs/
|
|
skills/
|
|
packages/*/src/
|
|
packages/*/tsconfig.json
|
|
packages/*/.npmignore
|
|
*.md
|
|
pnpm-lock.yaml
|
|
pnpm-workspace.yaml
|
|
vitest.config.ts
|
|
tsconfig.base.json
|
|
Dockerfile
|