Skip to content

Commit 99dec25

Browse files
committed
Fix ignore the tests directory from the distributed package
1 parent fa56ce4 commit 99dec25

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ README text eol=lf
2929
*.sqlite binary
3030

3131
# Ignore paths that should not be included in an archive (eg for a distribution version)
32-
/test
32+
/test export-ignore

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Unreleased
22

3+
* Fix - the /tests directory was badly configured in the gitattributes and not actually excluded from the package.
4+
35
* Add a ConsistentStringScrambler - Consistently "randomise" the words in a string to be the same for the same random seed value using a Seeded Fisher-Yates shuffle
46

57
* Add classes to simplify the creation and parsing of XML sitemaps

0 commit comments

Comments
 (0)