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 /.gitignore | |
parent | 85a51f23c4eabe816345f504133e0d5cdba0633f (diff) | |
download | SMAPI-ffc54bed9c8fe063052306b1e1bc138b9848618d.tar.gz SMAPI-ffc54bed9c8fe063052306b1e1bc138b9848618d.tar.bz2 SMAPI-ffc54bed9c8fe063052306b1e1bc138b9848618d.zip |
add .gitignore and .gitattributes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
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 |