Skip to content

Commit 447fa07

Browse files
committed
Fixes to .gitattributes and .gitignore
1 parent 8a23e03 commit 447fa07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
*.xml text
88
*.txt text
99

10-
packages/* binary
10+
packages/ binary

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*.user
55
*.sln.docstates
66
*.userprefs
7-
*.nupkg
7+
/*.nupkg
88
[Bb]in/
99
[Bb]uild/
1010
/src/[Oo]bj/

0 commit comments

Comments
 (0)