diff options
| author | Adam Malczewski <[email protected]> | 2026-04-02 02:22:36 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-04-02 02:22:36 +0900 |
| commit | 738732db20d827c4a305434a82c6464f3ebaf65d (patch) | |
| tree | baa0c9eddc72660342d3d3266ed5262f100030a3 /.dockerignore | |
| download | music-bot-main.tar.gz music-bot-main.zip | |
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..f846add --- /dev/null +++ b/.dockerignore @@ -0,0 +1,8 @@ +node_modules/ +dist/ +.env +.git/ +coverage/ +docs/ +*.md +.gitignore |
