We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c222609 commit 475a370Copy full SHA for 475a370
1 file changed
.gitignore
@@ -24,6 +24,8 @@ bld/
24
25
# Visual Studio 2015 cache/options directory
26
.vs/
27
+# Uncomment if you have tasks that create the project's static files in wwwroot
28
+#wwwroot/
29
30
# MSTest test Results
31
[Tt]est[Rr]esult*/
@@ -204,3 +206,11 @@ FakesAssemblies/
204
206
205
207
# Visual Studio 6 workspace options file
208
*.opt
209
+
210
+# Visual Studio LightSwitch build output
211
+**/*.HTMLClient/GeneratedArtifacts
212
+**/*.DesktopClient/GeneratedArtifacts
213
+**/*.DesktopClient/ModelManifest.xml
214
+**/*.Server/GeneratedArtifacts
215
+**/*.Server/ModelManifest.xml
216
+_Pvt_Extensions
0 commit comments