From b442e97798770dba98475b178be1f557c15119e8 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 2 May 2018 16:51:32 -0400 Subject: [PATCH] Ignore Reporting Project Upgrade backup files The conversion process from the old custom rptproj to the MSBuild based projects creates a .bak backup file --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 29063cf6..3e759b75 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -240,6 +240,7 @@ Backup*/ UpgradeLog*.XML UpgradeLog*.htm ServiceFabricBackup/ +*.rptproj.bak # SQL Server files *.mdf