mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-19 23:47:13 +08:00
(server) Add a server written in Rust
This commit is contained in:
7
Server/.gitignore
vendored
Normal file
7
Server/.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/target
|
||||
|
||||
# Though the `logs` folder will be created at the same directory
|
||||
# hierarchy of the executable (if you directly run the executable),
|
||||
# this folder, however, will be created at the root directory
|
||||
# of the project when running project by using `cargo run`.
|
||||
/logs
|
||||
Reference in New Issue
Block a user