diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-06-05 17:27:49 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-06-05 17:27:49 -0400 |
commit | ffc54bed9c8fe063052306b1e1bc138b9848618d (patch) | |
tree | ed939234e91c7976b371aac9613317f593961a7e | |
parent | 85a51f23c4eabe816345f504133e0d5cdba0633f (diff) | |
download | SMAPI-ffc54bed9c8fe063052306b1e1bc138b9848618d.tar.gz SMAPI-ffc54bed9c8fe063052306b1e1bc138b9848618d.tar.bz2 SMAPI-ffc54bed9c8fe063052306b1e1bc138b9848618d.zip |
add .gitignore and .gitattributes
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | .gitignore | 5 |
2 files changed, 7 insertions, 0 deletions
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 |