1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +01:00

ignore meta files of unity packages

Unity packages were already ignored, but it seems in recent versions of Unity these also generate meta files for these. If the meta file isn't also ignored, the person who imports an asset containing a .unitypackage file could accidentally commit the meta files. For another who downloads those meta files, Unity would automatically delete them since they don't have the .unitypackage. The the importer commits them again and the cycle goes on and on until someone like me gets fed up.

This fixes that inconsistency by adding the *.unitypackage.meta to the ignore list.
This commit is contained in:
Josh Marshall 2022-10-17 11:02:24 -04:00
parent e5323759e3
commit fee4d0f98e

View File

@ -59,6 +59,7 @@ sysinfo.txt
*.apk
*.aab
*.unitypackage
*.unitypackage.meta
*.app
# Crashlytics generated file