This commit is contained in:
Philippe Loctaux 2023-02-27 16:48:42 +01:00
parent a85c1431c8
commit 44793eb8d4
3 changed files with 59 additions and 0 deletions

13
.dockerignore Normal file
View file

@ -0,0 +1,13 @@
# Docker
Dockerfile
.dockerignore
# ide and os
.idea/
.DS_Store
# database
/database/
# rust
target/