diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-15 10:50:05 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-15 10:50:05 -0500 |
commit | 4711d19b3e3fa71c304100209450c530a0e5c51a (patch) | |
tree | 150edbb618946cd2728a7fb0c728a60f27b6c277 /.gitignore | |
parent | 6275821288aec6a5178f660eda951e6343f5e381 (diff) | |
download | SMAPI-4711d19b3e3fa71c304100209450c530a0e5c51a.tar.gz SMAPI-4711d19b3e3fa71c304100209450c530a0e5c51a.tar.bz2 SMAPI-4711d19b3e3fa71c304100209450c530a0e5c51a.zip |
fix .gitignore and line endings for Linux
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ _ReSharper*/ *.[Rr]e[Ss]harper *.DotSettings.user +# Rider +.idea/ + # NuGet packages *.nupkg **/packages/* |