This commit is contained in:
Dominic Grimm 2023-05-21 18:58:10 +02:00
commit e82f35da2a
No known key found for this signature in database
GPG key ID: B6FFE500AAD54A3A
78 changed files with 10821 additions and 0 deletions

10
backend/.dockerignore Normal file
View file

@ -0,0 +1,10 @@
/docs/
/lib/
/bin/
/.shards/
*.dwarf
*.env
/examples/
Dockerfile
.dockerignore
README.md