기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Unity Version Control

DevOps

On-prem

Gluon

Editor plug-in

Open Unity Dashboard

Unity Version Control

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Unity Version Control
  • Overview
  • Cloud Repositories organization update
  • Installation
  • Use UVCS with the Unity Editor
  • Unity Version Control plugins
  • Concepts
  • Tutorials
    • Migrate from Git
    • Migrate from Perforce
    • Version Control settings
      • Manage users
      • Lock rules
      • Set up integrations
      • Create merge rules
      • Create a network allow list
      • Ignore files
      • Security scenarios
    • Configure the client
    • Version Control workflow
    • Version Control tools
  • On-Prem
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Ignore files

Configure files to ignore in Unity Version Control.
읽는 시간 2분
최근 업데이트: 10달 전

Some files never need to be edited or checked in, so you can add them to the ignored list so that Unity Version Control (UVCS) doesn’t track them.
참고
When you add items to the ignore list, UVCS creates an
ignore.conf
file. You can also add this file to the ignored list.

Configure the ignored files list

You can configure your ignored files in the Unity DevOps Version Control application:
  1. In the Workspace Explorer tab, right-click the item.
  2. Select Add to ignored list and select the specific path or item.
  3. Select Apply rules to all workspaces to add the item to the ignored list in every workspace.
  4. Select OK.
참고
To configure the ignore files list, refer to filter pattern files in UVCS

Share ignore configuration

There are multiple ways you can share the
ignore.conf
file with your coworkers:
  • Add the
    ignore.conf
    file to the repository and check it in so that your coworkers recieve it when they next update their workspace.
  • Add the
    ignore.conf
    file to the
    plastic-global-config
    repository to deploy the file on every client.

Recommended ignore configuration for Unity projects

Be aware of certain files and directories in Unity Editor projects that you might or might not want to ignore.

Directories to ignore

Unity recommends that you ignore all directories and files that automatically regenerate in you Unity project. For example, the
Library
and
Temp
directories are the most populated paths in your Unity project. They can hold thousands of files and weigh several GBs, and if you delete them, Unity creates them again.

Directories not to ignore

Don't add the following directories to your ignore file:
  • Assets
    directory
  • Project settings
    directory
Without these directories, your coworkers can't open the Unity project.

Example Unity ignore file

The following is an example of an ignore file that works with a Unity project:
#Common directoriesLibrarylibraryTemptempObjobjBuildbuildBuildsbuildsUserSettingsusersettingsMemoryCapturesmemorycapturesLogslogs**/Assets/AssetStoreTools**/assets/assetstoretools**/Assets/AddressableAssetsData/*/*.bin***/assets/addressableassetsdata/*/*.bin***/Assets/StreamingAssets/aa.meta**/assets/streamingassets/*/aa/*.collabignore# Builds*.apk*.unitypackage#Plastic SCM related/ignore.conf*.private*.private.meta^*.private.[0-9]+$^*.private.[0-9]+.meta$# Gradle cache directory.gradle# Autogenerated project files/Assets/Plugins/Editor/JetBrains*/assets/Plugins/Editor/JetBrains*.vsExportedObj.consulo*.csproj*.unityproj*.sln*.suo*.tmp*.user*.userprefs*.pidb*.booproj*.svd*.pdb*.mdb*.opendb*.VC.db# Unity3D generated meta files*.pidb.meta*.pdb.meta*.mdb.meta# Unity3D Generated File On Crash Reportssysinfo.txt# Crashlytics generated filecrashlytics-build.properties#Mac.DS_Store*Thumbs.dbDesktop.ini

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Configure the ignored files list

    • Share ignore configuration

    • Recommended ignore configuration for Unity projects

      • Directories to ignore

      • Directories not to ignore

      • Example Unity ignore file


이 페이지의 문제 보고