diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2021-11-19 15:40:04 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2021-11-19 15:40:04 +0100 |
| commit | b54102405b2ba67a9a9040a4f342b37f5cc87bf0 (patch) | |
| tree | 18ce8b25304b74d54009d6493590727e67611fea /.gitattributes | |
| parent | 226a40a27942d37060a8dc595a1a15379652d224 (diff) | |
Pin line endings in JSON files to \n to fix tests. Remove broken empty TC testcase. Add testcase for old TC with "timestamp:"
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..818f700 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +**/test_data/**.json !eol
\ No newline at end of file |
