32 lines
513 B
Text
32 lines
513 B
Text
# For more help, visit the .dockerignore file reference guide [here](https://docs.docker.com/go/build-context-dockerignore/)
|
|
|
|
**/.classpath
|
|
**/.dockerignore
|
|
**/.env
|
|
**/.git
|
|
**/.gitignore
|
|
**/.project
|
|
**/.settings
|
|
**/.toolstarget
|
|
**/.vs
|
|
**/.vscode
|
|
**/.next
|
|
**/.cache
|
|
**/*.*proj.user
|
|
**/*.dbmdl
|
|
**/*.jfm
|
|
**/charts
|
|
**/docker-compose*
|
|
**/compose.y*ml
|
|
**/Dockerfile*
|
|
**/node_modules
|
|
**/npm-debug.log
|
|
**/obj
|
|
**/secrets.dev.yaml
|
|
**/values.dev.yaml
|
|
**/build
|
|
**/dist
|
|
public/css/*.css
|
|
public/courses/*.txt
|
|
LICENSE
|
|
README.md
|