Add ignore for Secondary data files
Secondary data files .ndf (https://msdn.microsoft.com/en-us/library/ms189563.aspx)
This commit is contained in:
parent
ae325bcd85
commit
5ac1b183ac
@ -219,6 +219,7 @@ UpgradeLog*.htm
|
|||||||
# SQL Server files
|
# SQL Server files
|
||||||
*.mdf
|
*.mdf
|
||||||
*.ldf
|
*.ldf
|
||||||
|
*.ndf
|
||||||
|
|
||||||
# Business Intelligence projects
|
# Business Intelligence projects
|
||||||
*.rdl.data
|
*.rdl.data
|
||||||
@ -284,4 +285,4 @@ __pycache__/
|
|||||||
*.btp.cs
|
*.btp.cs
|
||||||
*.btm.cs
|
*.btm.cs
|
||||||
*.odx.cs
|
*.odx.cs
|
||||||
*.xsd.cs
|
*.xsd.cs
|
||||||
|
Loading…
Reference in New Issue
Block a user