Documentation

Support

Unity Version Control

Ignore files

From the Unity Editor, configure the list of files to be excluded from the shared repository.
Read time 1 minuteLast updated 21 days ago

When you create a project with Unity Version Control (UVCS), UVCS creates an ignore file. The ignore file contains a default list of file types and paths to exclude from source control. If there are other files in your project that you want to exclude from the shared repository, you can add them to the ignore file. You can ignore specific file names, whole folders, or all files with a specific extension:
  1. In the Pending Changes tab, right-click the file you want to ignore.
  2. Select Add to ignored list.
  3. Select the file name and path for the files you want to ignore.
Refer to information on the recommended ignore file configuration for Unity projects.

Ignore files • Unity Version Control • Unity Docs