add .gitignore and .gitattributes

This commit is contained in:
Jesse Plamondon-Willard 2017-06-05 17:27:49 -04:00
parent 85a51f23c4
commit ffc54bed9c
2 changed files with 7 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# always normalise line endings
* text=auto

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Visual Studio cache/options
.vs/
# NuGet packages
*.nupkg