Skip to content

Commit f5bda28

Browse files
Garvin CasimirGarvin Casimir
authored andcommitted
Ignore all database files
1 parent a35a70f commit f5bda28

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ publish/
9595

9696
# NuGet Packages Directory
9797
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
98-
#packages/
98+
packages/
9999

100100
# Windows Azure Build Output
101101
csx
@@ -127,8 +127,9 @@ UpgradeLog*.XML
127127
UpgradeLog*.htm
128128

129129
# SQL Server files
130-
App_Data/*.mdf
131-
App_Data/*.ldf
130+
*.mdf
131+
*.ldf
132+
*.sdf
132133

133134

134135
#LightSwitch generated files

0 commit comments

Comments
 (0)