2021-03-05 17:51:20 +03:00
|
|
|
# This .gitignore file should be placed at the root of your Unity project directory
|
|
|
|
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
|
2021-03-05 18:09:33 +03:00
|
|
|
|
|
|
|
# A marker file of which existence is used to decide whether to run the first-launch experience or not.
|
|
|
|
InitCodeMarker
|
|
|
|
/[Tt]utorial [Dd]efaults/
|
|
|
|
|
|
|
|
# Packed templates go here
|
|
|
|
upm-ci~/
|
|
|
|
upm-ci.log
|
|
|
|
|
|
|
|
# Never ignore Asset meta data...
|
|
|
|
!/[Aa]ssets/**/*.meta
|
|
|
|
|
2023-10-02 21:21:48 +03:00
|
|
|
# Ignore ParrelSync clones for easier development
|
|
|
|
**/*_clone_*/*
|
|
|
|
|
2021-03-05 18:09:33 +03:00
|
|
|
# User's project-specific settings implemented using Settings Manager
|
2023-04-26 16:43:09 +03:00
|
|
|
**/ProjectSettings/Packages
|
2021-03-05 18:09:33 +03:00
|
|
|
|
|
|
|
# The rest are general best practices for Unity projects
|
2021-10-14 03:42:11 +03:00
|
|
|
**/.Editor/
|
|
|
|
**/[Ll]ibrary/
|
|
|
|
**/[Tt]emp/
|
|
|
|
**/[Oo]bj/
|
|
|
|
**/[Bb]uild/
|
|
|
|
**/[Bb]uilds/
|
|
|
|
**/[Ll]ogs/
|
|
|
|
**/[Mm]emoryCaptures/
|
|
|
|
**/[Vv]alidationSuiteResults/
|
2021-03-05 17:51:20 +03:00
|
|
|
|
2021-03-05 18:09:33 +03:00
|
|
|
# Project/user-specific settings using Settings Manager
|
2023-04-26 16:43:09 +03:00
|
|
|
**/ProjectSettings/Packages/
|
2021-03-05 18:09:33 +03:00
|
|
|
# UserSettings introduced in 2020.1
|
2021-10-14 03:42:11 +03:00
|
|
|
**/UserSettings/
|
2021-03-05 17:51:20 +03:00
|
|
|
|
|
|
|
# Uncomment this line if you wish to ignore the asset store tools plugin
|
2021-10-14 03:42:11 +03:00
|
|
|
**/[Aa]ssets/AssetStoreTools*
|
2021-03-05 17:51:20 +03:00
|
|
|
|
|
|
|
# Autogenerated Jetbrains Rider plugin
|
2021-10-14 03:42:11 +03:00
|
|
|
**/[Aa]ssets/Plugins/Editor/JetBrains*
|
2021-03-05 17:51:20 +03:00
|
|
|
|
2021-03-05 18:09:33 +03:00
|
|
|
# Rider
|
|
|
|
.idea/
|
|
|
|
|
2021-03-05 17:51:20 +03:00
|
|
|
# Visual Studio cache directory
|
|
|
|
.vs/
|
|
|
|
|
2021-03-05 18:09:33 +03:00
|
|
|
# Visual Studio Code settings directory
|
|
|
|
.vscode/
|
|
|
|
|
2021-03-05 17:51:20 +03:00
|
|
|
# Gradle cache directory
|
|
|
|
.gradle/
|
|
|
|
|
|
|
|
# Autogenerated VS/MD/Consulo solution and project files
|
|
|
|
ExportedObj/
|
|
|
|
.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 reports
|
|
|
|
sysinfo.txt
|
|
|
|
|
|
|
|
# Builds
|
|
|
|
*.apk
|
|
|
|
*.unitypackage
|
|
|
|
|
|
|
|
# Crashlytics generated file
|
|
|
|
crashlytics-build.properties
|
2021-03-05 18:09:33 +03:00
|
|
|
*.orig
|
|
|
|
*.orig.meta
|
|
|
|
|
|
|
|
# Ignore build reports
|
2021-10-14 03:42:11 +03:00
|
|
|
**/Assets/BuildReports*
|
2021-03-05 17:51:20 +03:00
|
|
|
|
2021-03-05 18:09:33 +03:00
|
|
|
# Mac file setting
|
|
|
|
.DS_Store
|
2023-04-26 16:43:09 +03:00
|
|
|
|
|
|
|
**/*_clone_*/
|