.gitattributes: overthinking, export-ignore
This commit is contained in:
parent
4bd2cc1f57
commit
aa82e20593
|
@ -1,2 +1,8 @@
|
|||
text=auto eol=lf merge=union
|
||||
* text=auto eol=lf merge=union
|
||||
.editorconfig text eol=lf export-ignore
|
||||
.gitattributes text eol=lf export-ignore
|
||||
.gitignore text eol=lf export-ignore
|
||||
#LICENSE text eol=lf export-ignore
|
||||
.pre-commit-config.yaml text eol=lf export-ignore
|
||||
README.md text eol=lf export-ignore
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
Loading…
Reference in New Issue