Skip to content

Commit

Permalink
gitattributes: allow diff of test data (microsoft#470)
Browse files Browse the repository at this point in the history
* gitattributes: allow diff of data.py files

* Allow diffs of all text files, not just data.py
  • Loading branch information
adamjstewart authored Mar 19, 2022
1 parent ed402a0 commit 29edfe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Do not change line endings on test data, it will change the MD5
/tests/data/*/** binary
/tests/data/*/** -text
# Test data generation files are fine though
/tests/data/**/data.py text

0 comments on commit 29edfe8

Please sign in to comment.