From 86efd9bdce38f4771706c31ca01194ac5cd3a59d Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Tue, 23 Jan 2018 16:01:43 +0530 Subject: [PATCH] ignored .cs file inside gitignore file --- 400-SOURCECODE/.gitignore | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/.gitignore b/400-SOURCECODE/.gitignore index 79bd619..e9226fb 100644 --- a/400-SOURCECODE/.gitignore +++ b/400-SOURCECODE/.gitignore @@ -56,6 +56,9 @@ $tf*/ 400-SOURCECODE/AIAHTML5.ADMIN.Web +400-SOURCECODE/AIAHTML5.ADMIN.API/Controllers/UserController.cs +400-SOURCECODE/AIAHTML5.API/Controllers/AuthenticateController.cs +*.cs -- libgit2 0.21.4