docker
This commit is contained in:
parent
a85c1431c8
commit
44793eb8d4
3 changed files with 59 additions and 0 deletions
13
.dockerignore
Normal file
13
.dockerignore
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Docker
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
|
||||
# ide and os
|
||||
.idea/
|
||||
.DS_Store
|
||||
|
||||
# database
|
||||
/database/
|
||||
|
||||
# rust
|
||||
target/
|
||||
Loading…
Add table
Add a link
Reference in a new issue