generated from templates/repo-template
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
299 B
Plaintext
17 lines
299 B
Plaintext
# reference: https://git-scm.com/docs/gitattributes
|
|
|
|
# end of line conversion
|
|
|
|
* text=auto
|
|
|
|
# ignore for export / release
|
|
|
|
/tests export-ignore
|
|
/tools export-ignore
|
|
|
|
.editorconfig export-ignore
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
.gitmessages export-ignore
|
|
.yamllint export-ignore
|