Skip to content

Update Unity part 2#195

Merged
alexkaratarakis merged 3 commits into
gitattributes:masterfrom
FurkanKambay:unity
Aug 2, 2023
Merged

Update Unity part 2#195
alexkaratarakis merged 3 commits into
gitattributes:masterfrom
FurkanKambay:unity

Conversation

@FurkanKambay
Copy link
Copy Markdown
Contributor

Sequel to #194

  • Changed binary to lfs by default, as discussed
  • Added back in the eol=lf attribute for YAML files that I replaced with text in the last PR by mistake
  • Excluded the third-party plugins folder from GitHub stats (Assets/Plugins). There's one issue with this however. Users need to actually put their plugins into this folder. For example, TextMesh Pro gets imported directly under Assets by default, and some people just leave it there. Storing these third-party assets under the Plugins directory is a popular convention that some assets in the Asset Store do by default (e.g. DOTween), so I only included this folder so we don't have to specify popular plugins in the gitattributes one by one. Also, since TextMesh Pro's default folder name has a space in it, it would have to be defined like this: Assets/TextMesh[[:space:]]Pro/** linguist-vendored, which just looks bad imo.

@alexkaratarakis alexkaratarakis merged commit 8075afa into gitattributes:master Aug 2, 2023
@alexkaratarakis
Copy link
Copy Markdown
Member

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants