diff options
author | Lars Wilhelmsen <lars@sral.org> | 2012-11-22 13:30:04 +0100 |
---|---|---|
committer | Lars Wilhelmsen <lars@sral.org> | 2012-11-22 13:30:04 +0100 |
commit | 74310b68b14aceaba10336a70f7fedc3b3728774 (patch) | |
tree | 276fe45e986168f7a561167f174cba9b47c0f9ec | |
parent | 747efedec0a85efb8234710f05629ca5382e3914 (diff) | |
download | gitignore-74310b68b14aceaba10336a70f7fedc3b3728774.tar.gz gitignore-74310b68b14aceaba10336a70f7fedc3b3728774.zip |
Added section for SQL Server files
Ignore SQL Server Database and log files in App_Data.
-rw-r--r-- | CSharp.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CSharp.gitignore b/CSharp.gitignore index bdc3535f..389262bc 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -106,3 +106,7 @@ Generated_Code #added for RIA/Silverlight projects _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML + +# SQL Server files +App_Data/*.mdf +App_Data/*.ldf |