mirror of https://github.com/nodejs/node.git
8 lines
299 B
Plaintext
8 lines
299 B
Plaintext
# Automatically normalize line endings (to LF) for all text-based files.
|
|
* text=auto eol=lf
|
|
# Do not modify line endings for binary files (which are sometimes auto
|
|
# detected as text files by git).
|
|
*.png binary
|
|
# Don't include minified JS in git grep/diff output
|
|
test/mjsunit/asm/sqlite3/*.js -diff
|