From ffc54bed9c8fe063052306b1e1bc138b9848618d Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 5 Jun 2017 17:27:49 -0400 Subject: add .gitignore and .gitattributes --- .gitattributes | 2 ++ .gitignore | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..2c61027a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# always normalise line endings +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..41bf35be --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Visual Studio cache/options +.vs/ + +# NuGet packages +*.nupkg -- cgit