13 lines
104 B
Text
13 lines
104 B
Text
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# ide and os
|
|
.idea/
|
|
.DS_Store
|
|
|
|
# database
|
|
/database/
|
|
|
|
# rust
|
|
target/
|