mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-04-19 08:56:12 +00:00
chore: add .dockerignore file to exclude unnecessary files from Docker builds
This commit is contained in:
parent
8ea5a7a25b
commit
3a1cd1e7f1
1 changed files with 28 additions and 0 deletions
28
.dockerignore
Normal file
28
.dockerignore
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.ogg
|
||||
*.m4a
|
||||
*.zip
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
**/songs
|
||||
.vscode
|
||||
|
||||
package-lock.json
|
||||
|
||||
*sqlite3
|
||||
.env
|
Loading…
Add table
Reference in a new issue