diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-02-14 01:34:02 -0800 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-02-14 01:34:02 -0800 |
commit | 8209ea1b3681b92e2d5947cf0e7381c64fd95ef1 (patch) | |
tree | 414f2d26479244f6df78ab97dfd503a411d54349 /VisualStudio.gitignore | |
parent | 4bb37290cb55490a9829b4ff015b340d513f132a (diff) | |
download | gitignore-8209ea1b3681b92e2d5947cf0e7381c64fd95ef1.tar.gz gitignore-8209ea1b3681b92e2d5947cf0e7381c64fd95ef1.zip |
ignore SQL server database files
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r-- | VisualStudio.gitignore | 4 |
1 files 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 |