gitignore
gitignore copied to clipboard
Update Unity.gitignore
Ignore proguard mapping files that appear on build
What about .meta files?
What about .meta files?
.meta files form a critical part of your project and hence should be committed to your Version Control System.
Meta files are used to store the settings for each Asset along with a Globally Unique Identifier (GUID) that is used to track references between Assets, for instance when a Material Asset references a Texture Asset.