From 19172a7b0a0f07144943fa7df9fb9090c9a87ec1 Mon Sep 17 00:00:00 2001 From: transtrike Date: Fri, 2 Apr 2021 11:31:18 +0300 Subject: Excluding Log folder in gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 32533c2..ff542fa 100644 --- a/.gitignore +++ b/.gitignore @@ -354,4 +354,5 @@ MigrationBackup/ *.blob appsettings.Development.json **/.vscode/ -**/*.swp \ No newline at end of file +**/*.swp +**/Logs -- cgit v1.2.3