From 7b420d432f1907f9e3ce78c9afde4d3a2859057f Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 20 Dec 2020 23:01:15 +0200 Subject: [PATCH] gitattributes and gitignore visible in solution --- IdentityServer.sln | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IdentityServer.sln b/IdentityServer.sln index bdd94ce..7b78912 100644 --- a/IdentityServer.sln +++ b/IdentityServer.sln @@ -9,6 +9,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.Api", "Ident EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0B8B6E9B-0200-47EC-91D9-BEDF4BFC248F}" ProjectSection(SolutionItems) = preProject + .gitattributes = .gitattributes + .gitignore = .gitignore dependencies.props = dependencies.props Directory.Build.props = Directory.Build.props Notes.txt = Notes.txt