diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-07-19 13:18:35 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-13 16:15:45 -0400 |
commit | 23fe0c24a02f4275e93e775c5e1bf1b74fcb93a3 (patch) | |
tree | 65c6585402717917c270de09938d4f5c8d609b0f /.gitignore | |
parent | 6285c7954843557eec06cbae406c8ae436512803 (diff) | |
download | SMAPI-23fe0c24a02f4275e93e775c5e1bf1b74fcb93a3.tar.gz SMAPI-23fe0c24a02f4275e93e775c5e1bf1b74fcb93a3.tar.bz2 SMAPI-23fe0c24a02f4275e93e775c5e1bf1b74fcb93a3.zip |
ignore AWS Beanstalk data file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,3 +26,6 @@ _ReSharper*/ # sensitive files appsettings.Development.json + +# AWS generated files +src/SMAPI.Web/aws-beanstalk-tools-defaults.json |