Question by
Vusa360 · Sep 23, 2019 at 09:19 AM ·
version-control
Version Control - Packages
In Unity 2019.3 there is a folder in the root of my project called Packages. Is manifest.json
the only import file in there or are there others that could be generated?
If I am storing my project in a git repository, is it safe to put the following in my .gitignore
file?
/[Pp]ackages/*
!/[Pp]ackages/manifest.json
Comment