mirror of
https://github.com/aminya/setup-cpp
synced 2024-11-30 21:22:30 +08:00
10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
# line endings
|
|
* text=auto eol=lf
|
|
*.{cmd,[cC][mM][dD]} text eol=crlf
|
|
*.{bat,[bB][aA][tT]} text eol=crlf
|
|
*.{vcxproj,vcxproj.filters} text eol=crlf
|
|
|
|
# autogenerated files
|
|
dist/ -diff
|
|
package-lock.json -diff
|