diff options
author | Jonathan Windle <jonathan.windle@bellevuecollege.edu> | 2013-07-16 15:09:34 -0700 |
---|---|---|
committer | Jonathan Windle <jonathan.windle@bellevuecollege.edu> | 2013-07-16 16:20:30 -0700 |
commit | be2ecada635379dd94411327c09eb81da58cf948 (patch) | |
tree | a76445c15a5f0db510db01c5d9352cb7bd03c6ed /VisualStudio.gitignore | |
parent | b2c694d792c005c770c42deaa868e97184e31794 (diff) | |
download | gitignore-be2ecada635379dd94411327c09eb81da58cf948.tar.gz gitignore-be2ecada635379dd94411327c09eb81da58cf948.zip |
Add schemaview extension to VisualStudio.gitignore
Files ending in .dbproj.schemaview contain state persistence settings
for the Schema View utility within Visual Studio.
http://stackoverflow.com/questions/3937160/in-the-new-visual-studio-2010-sql-server-project-type-what-is-the-dbproj-schem
http://foocompelsyou.wordpress.com/2012/05/06/visual-studio-2010-database-projects-why-use-them/
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r-- | VisualStudio.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0881b8de..ac22c416 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -115,6 +115,7 @@ ClientBin/ ~$* *~ *.dbmdl +*.dbproj.schemaview *.[Pp]ublish.xml *.pfx *.publishsettings |