Skip to content

Commit 91d142e

Browse files
authored
Add .gitattributes file (#266)
...to ensure text files are checked out on all dev systems as LF, which is **required** for this project to build correctly.
1 parent d1fe0e8 commit 91d142e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* text=auto
2+
* text eol=lf
3+
*.png binary

0 commit comments

Comments
 (0)