Skip to content

Commit 84a9977

Browse files
committed
Merge pull request #948 from bbodenmiller/patch-1
ignore SQL server database files
2 parents 4bb3729 + 8209ea1 commit 84a9977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

VisualStudio.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ UpgradeLog*.XML
158158
UpgradeLog*.htm
159159

160160
# SQL Server files
161-
App_Data/*.mdf
162-
App_Data/*.ldf
161+
*.mdf
162+
*.ldf
163163

164164
# Business Intelligence projects
165165
*.rdl.data

0 commit comments

Comments
 (0)