From 87a4d7084ffcac5d4a7a32da5aac317e6fab17ef Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Sat, 4 Jan 2020 22:53:53 -0500 Subject: [PATCH] Initial commit --- .gitignore | 3 +++ Cargo.lock | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 Cargo.lock diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..83458dd --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/target +*.s[ac]ss +*.css \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..fab8873 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,6 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +[[package]] +name = "grass" +version = "0.1.0" +