From 8f04cd19d2aeb6abf991a5b000305cfa9806e496 Mon Sep 17 00:00:00 2001 From: brnorg <> Date: Sat, 21 Mar 2020 18:33:33 +0100 Subject: [PATCH] Initial commit --- .gitignore | 12 ++++++++++++ LICENSE | 5 +++++ README.md | 2 ++ 3 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62bd1a4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# ---> Rust +# Generated by Cargo +# will have compiled files and executables +/target/ + +# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries +# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html +Cargo.lock + +# These are backup files generated by rustfmt +**/*.rs.bk + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6df3cc6 --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +"THE BEER-WARE LICENSE" (Revision 42): + + wrote this file. As long as you retain this notice you can +do whatever you want with this stuff. If we meet some day, and you think this +stuff is worth it, you can buy me a beer in return Poul-Henning Kamp diff --git a/README.md b/README.md new file mode 100644 index 0000000..bdd9142 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# adventure +