diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-28 14:03:53 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-28 14:03:53 -0400 |
commit | f895fedc6aa12742842c97e536b5bf2e5ca3553c (patch) | |
tree | debf2ff5d128536f6cb30d3cf4048fbe97905df8 /.gitignore | |
parent | fe5b2f62da27ac0e2ddf60240f2b19cf2a404f69 (diff) | |
download | SMAPI-f895fedc6aa12742842c97e536b5bf2e5ca3553c.tar.gz SMAPI-f895fedc6aa12742842c97e536b5bf2e5ca3553c.tar.bz2 SMAPI-f895fedc6aa12742842c97e536b5bf2e5ca3553c.zip |
move credentials into git-ignored file (#358)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,3 +23,6 @@ _ReSharper*/ **/packages/* *.nuget.props *.nuget.targets + +# sensitive files +appsettings.Development.json |