summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-06-12 18:41:16 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-06-12 18:41:16 -0300
commit370aa8f9140476dd39d26831494b2de737edb359 (patch)
treeae8aed74c03c8a328d22fa77d5875f280f6ea088 /.gitignore
[Project] Rust Testserver
A static webserver helper for writing automated tests. Distinguishes itself from other projects by storing the document root as a string literal.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..96ef6c0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/target
+Cargo.lock