chore: add .dockerignore file to exclude unnecessary files from Docker builds

This commit is contained in:
Chigozirim Igweamaka 2025-04-07 02:28:44 +01:00
parent 8ea5a7a25b
commit 3a1cd1e7f1

28
.dockerignore Normal file
View 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