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:
parent
e5323759e3
commit
fee4d0f98e
@ -59,6 +59,7 @@ sysinfo.txt
|
|||||||
*.apk
|
*.apk
|
||||||
*.aab
|
*.aab
|
||||||
*.unitypackage
|
*.unitypackage
|
||||||
|
*.unitypackage.meta
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
# Crashlytics generated file
|
# Crashlytics generated file
|
||||||
|
Loading…
Reference in New Issue
Block a user