AceVanCleef / unity_gitignore_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem

Merge confligts in unity subfolders such as Library or Temp when working in a team.

Solution

With version 1.8.2 of git, you can also use the ** wildcard to match any level of subdirectories:

**/bin/Debug/
**/bin/Release/

Alternative solution

Wildcards

Solution/*/bin/Debug
Solution/*/bin/Release

Source

Git ignore sub folders

About


Languages

Language:C# 100.0%