We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35a70f commit f5bda28Copy full SHA for f5bda28
.gitignore
@@ -95,7 +95,7 @@ publish/
95
96
# NuGet Packages Directory
97
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
98
-#packages/
+packages/
99
100
# Windows Azure Build Output
101
csx
@@ -127,8 +127,9 @@ UpgradeLog*.XML
127
UpgradeLog*.htm
128
129
# SQL Server files
130
-App_Data/*.mdf
131
-App_Data/*.ldf
+*.mdf
+*.ldf
132
+*.sdf
133
134
135
#LightSwitch generated files
0 commit comments