add things to dockerignore
Unit Tests with docker compose / unit-test (push) Successful in 40s Details

This commit is contained in:
Alie 2024-01-12 17:18:51 +01:00
parent 81373528c0
commit ad37f9d72b
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -1,2 +1,7 @@
node_modules/
bun.lockb
.vscode
.env
.editorconfig
.idea
coverage*