From 8209ea1b3681b92e2d5947cf0e7381c64fd95ef1 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Fri, 14 Feb 2014 01:34:02 -0800 Subject: [PATCH] ignore SQL server database files --- VisualStudio.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 60c6c27c..9103a3f2 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -158,8 +158,8 @@ UpgradeLog*.XML UpgradeLog*.htm # SQL Server files -App_Data/*.mdf -App_Data/*.ldf +*.mdf +*.ldf # Business Intelligence projects *.rdl.data