Skip to content

Commit b13b237

Browse files
authored
Merge pull request #11 from dizak/bug#10
FIX: export-ignore flag was missing
2 parents a2e4ed2 + 674b23b commit b13b237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# git files
22
.gitattributes export-ignore
33
# travis files
4-
.travis.yml
4+
.travis.yml export-ignore
55
# test files
6-
test_data*
6+
test_data* export-ignore

0 commit comments

Comments
 (0)