From 370aa8f9140476dd39d26831494b2de737edb359 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sat, 12 Jun 2021 18:41:16 -0300 Subject: [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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..96ef6c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +Cargo.lock -- cgit v1.2.3