From d7fdd1fe586194a5d7b8cebbf3f6798ef28711d6 Mon Sep 17 00:00:00 2001 From: David Barker Date: Fri, 24 Jan 2020 09:25:18 +0800 Subject: [PATCH] Added appsettings.local.json to ignore file This file can be used to override local settings like the connection string. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c99ff6a..11181a0 100644 --- a/.gitignore +++ b/.gitignore @@ -296,4 +296,5 @@ __pycache__/ *.btp.cs *.btm.cs *.odx.cs -*.xsd.cs \ No newline at end of file +*.xsd.cs +sample/MongoIdentitySample.Mvc/appsettings.local.json