752fb2e2c0
Text Extraction Clean Up + Parallelization * merged_Call * directchildren * bitofimprovements * go * parallel * fixfullsuite * pondforconcurrency * comments * muchdone * bitsofclean * stabilisedtests * snappy * threadpooltests * childelements * testspassed
60 lines
879 B
Plaintext
60 lines
879 B
Plaintext
# Include any files or directories that you don't want to be copied to your
|
|
# container here (e.g., local build artifacts, temporary files, etc.).
|
|
#
|
|
# For more help, visit the .dockerignore file reference guide at
|
|
# https://docs.docker.com/go/build-context-dockerignore/
|
|
|
|
**/.DS_Store
|
|
**/.classpath
|
|
**/.dockerignore
|
|
**/.env
|
|
**/.project
|
|
**/.settings
|
|
**/.toolstarget
|
|
**/.vs
|
|
**/.vscode
|
|
**/*.*proj.user
|
|
**/*.dbmdl
|
|
**/*.jfm
|
|
**/bin
|
|
**/charts
|
|
**/docker-compose*
|
|
**/compose.y*ml
|
|
**/Dockerfile*
|
|
**/node_modules
|
|
**/npm-debug.log
|
|
**/obj
|
|
**/secrets.dev.yaml
|
|
**/values.dev.yaml
|
|
LICENSE
|
|
README.md
|
|
|
|
**/*_test.go
|
|
cmd/*_test/
|
|
.bitbucket/
|
|
.devbox/
|
|
build/
|
|
deployments/
|
|
mocks/
|
|
out/
|
|
serviceAPIs/
|
|
test/
|
|
docs/
|
|
assets/
|
|
pkg/
|
|
internal/test/
|
|
Taskfile.yml
|
|
scripts/
|
|
.gitattributes
|
|
.gitignore
|
|
.golangci.yml
|
|
.mockery.yml
|
|
.openapi.yml
|
|
.yamllint.yml
|
|
devbox.*
|
|
sqlc.yml
|
|
vaccum.conf.yaml
|
|
.*.yml
|
|
**/*.cast
|
|
**/*.http
|