From e15390570f0eb5c2f49a32111915ec0c790b07af Mon Sep 17 00:00:00 2001 From: Michael Gattozzi Date: Fri, 15 Nov 2019 10:21:01 -0500 Subject: Initialize the dev-suite repo This commit initializes the repo with a stubbed out ticket tool and the rustfmt preferences for the repo. The idea is that dev-suite will allow remote collaboration by giving a lot of the functionality that GitHub and other services have, but have all of the data live alongside the repo and it's history. This makes choosing a different service easier and lets people who don't want to use the service have that option. --- .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..53eaa21 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +**/*.rs.bk -- cgit v1.2.3