mirror of
https://github.com/ivabus/lonelyradio
synced 2024-11-10 02:25:17 +03:00
33 lines
600 B
Plaintext
33 lines
600 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
|
||
|
**/.git
|
||
|
**/.gitignore
|
||
|
**/.project
|
||
|
**/.settings
|
||
|
**/.toolstarget
|
||
|
**/.vs
|
||
|
**/.vscode
|
||
|
**/*.*proj.user
|
||
|
**/*.dbmdl
|
||
|
**/*.jfm
|
||
|
**/charts
|
||
|
**/docker-compose*
|
||
|
**/compose*
|
||
|
**/Dockerfile*
|
||
|
**/node_modules
|
||
|
**/npm-debug.log
|
||
|
**/secrets.dev.yaml
|
||
|
**/values.dev.yaml
|
||
|
/bin
|
||
|
/target
|
||
|
LICENSE
|
||
|
README.md
|