Generating a gitignore with Unity + VisualStudio generates a line in the gitignore which ignores any "[Pp]ackages" folder anywhere on the project. This causes issues because it is a core folder within Unity.
Issue
Expected Behavior:
The Packages folder should not be ignored, when Unity is in the selected options
Issue
Generating a gitignore with Unity + VisualStudio generates a line in the gitignore which ignores any "[Pp]ackages" folder anywhere on the project. This causes issues because it is a core folder within Unity.
Issue
Expected Behavior:
The Packages folder should not be ignored, when Unity is in the selected options
Actual Behavior:
The Packages folder is ignored
Reproduction Steps: