Add `.editorconfig` to `.gitattributes`

This commit is contained in:
Rod Elias 2022-10-15 15:52:06 -03:00
parent 35759b7561
commit bb5769e2e3
No known key found for this signature in database
GPG Key ID: 15BA711A08C2CF24
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,4 +1,5 @@
*.min.js binary *.min.js binary
/.editorconfig export-ignore
/.gitattributes export-ignore /.gitattributes export-ignore
/.github export-ignore /.github export-ignore
/.gitignore export-ignore /.gitignore export-ignore