chore: import logging service
This commit is contained in:
19
.dockerignore
Normal file
19
.dockerignore
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user