Compare commits

..

2 Commits

Author SHA1 Message Date
Tim Hunter
95c8bf079c
Merge pull request #4173 from jmarsh411/main 2024-11-23 14:51:50 -10:00
Josh Marshall
fee4d0f98e 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.
2022-10-17 11:13:34 -04:00

View File

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