aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cargo/config2
-rw-r--r--.gitignore8
2 files changed, 4 insertions, 6 deletions
diff --git a/.cargo/config b/.cargo/config
new file mode 100644
index 0000000..b18a5b7
--- /dev/null
+++ b/.cargo/config
@@ -0,0 +1,2 @@
+[build]
+target-dir = "./shared/target" \ No newline at end of file
diff --git a/.gitignore b/.gitignore
index e1d22db..aece2db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,12 +3,8 @@
/.init/Folder-Ico/*.*
# Rust Target
-/client/target/
-/core/target/
-/client/target/*.*
-/core/target/*.*
-/core/server_test/target/
-/core/server_test/target/*.*
+/shared/
+/shared/*.*
# Documents
/doc/client-documents/