diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-06-12 18:41:16 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-06-12 18:41:16 -0300 |
commit | 370aa8f9140476dd39d26831494b2de737edb359 (patch) | |
tree | ae8aed74c03c8a328d22fa77d5875f280f6ea088 /.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-- | .gitignore | 2 |
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 |