Skip to content

Commit 5ac1b18

Browse files
authored
Add ignore for Secondary data files
Secondary data files .ndf (https://msdn.microsoft.com/en-us/library/ms189563.aspx)
1 parent ae325bc commit 5ac1b18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

VisualStudio.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ UpgradeLog*.htm
219219
# SQL Server files
220220
*.mdf
221221
*.ldf
222+
*.ndf
222223

223224
# Business Intelligence projects
224225
*.rdl.data
@@ -284,4 +285,4 @@ __pycache__/
284285
*.btp.cs
285286
*.btm.cs
286287
*.odx.cs
287-
*.xsd.cs
288+
*.xsd.cs

0 commit comments

Comments
 (0)