diff options
author | sfhardman <s.f.hardman@massey.ac.nz> | 2015-07-23 11:21:57 +1200 |
---|---|---|
committer | sfhardman <s.f.hardman@massey.ac.nz> | 2015-07-23 11:21:57 +1200 |
commit | 2d69d6a7e3f50891cde36caaa5d94f5f1d3b6457 (patch) | |
tree | 06461c287043cc57be0d2ca37b357a7cc03cb657 | |
parent | 073727ccd9b0ec0b39440fb7673034f04f5d1302 (diff) | |
download | gitignore-2d69d6a7e3f50891cde36caaa5d94f5f1d3b6457.tar.gz gitignore-2d69d6a7e3f50891cde36caaa5d94f5f1d3b6457.zip |
Add ignores for Visual Studio Lightswitch build output
-rw-r--r-- | VisualStudio.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4bff63b0..959913ad 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -206,3 +206,12 @@ FakesAssemblies/ # Visual Studio 6 workspace options file *.opt + +# Visual Studio Lightswitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +**/*.Server/generated.parameters.xml +_Pvt_Extensions
\ No newline at end of file |