2019-03-23 19:29:17 +01:00
|
|
|
# This .gitignore file should be placed at the root of your Unity project directory
|
2019-05-12 15:09:14 +02:00
|
|
|
#
|
2021-12-06 23:39:54 +01:00
|
|
|
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
|
2019-05-12 15:09:14 +02:00
|
|
|
#
|
2019-03-23 19:29:17 +01:00
|
|
|
/[Ll]ibrary/
|
|
|
|
/[Tt]emp/
|
|
|
|
/[Oo]bj/
|
|
|
|
/[Bb]uild/
|
|
|
|
/[Bb]uilds/
|
|
|
|
/[Ll]ogs/
|
2020-02-09 23:34:10 +01:00
|
|
|
/[Uu]ser[Ss]ettings/
|
2020-01-20 20:20:24 +01:00
|
|
|
|
|
|
|
# MemoryCaptures can get excessive in size.
|
|
|
|
# They also could contain extremely sensitive data
|
2019-05-09 13:17:09 +02:00
|
|
|
/[Mm]emoryCaptures/
|
2019-01-08 16:12:43 +01:00
|
|
|
|
2021-11-16 08:55:03 +01:00
|
|
|
# Recordings can get excessive in size
|
|
|
|
/[Rr]ecordings/
|
|
|
|
|
2019-01-08 16:12:43 +01:00
|
|
|
# Uncomment this line if you wish to ignore the asset store tools plugin
|
2019-03-23 19:29:17 +01:00
|
|
|
# /[Aa]ssets/AssetStoreTools*
|
2012-03-24 13:22:27 +01:00
|
|
|
|
2019-05-12 14:44:32 +02:00
|
|
|
# Autogenerated Jetbrains Rider plugin
|
2019-12-16 14:07:58 +01:00
|
|
|
/[Aa]ssets/Plugins/Editor/JetBrains*
|
2019-05-12 14:44:32 +02:00
|
|
|
|
2022-08-13 17:18:54 +02:00
|
|
|
# Visual Studio (Code) cache directory
|
2018-04-16 09:12:00 +02:00
|
|
|
.vs/
|
2022-08-13 17:18:54 +02:00
|
|
|
.vscode/
|
2017-01-31 08:19:57 +01:00
|
|
|
|
2018-12-12 10:47:32 +01:00
|
|
|
# Gradle cache directory
|
|
|
|
.gradle/
|
|
|
|
|
2016-06-21 16:34:13 +02:00
|
|
|
# Autogenerated VS/MD/Consulo solution and project files
|
2015-12-10 06:08:58 +01:00
|
|
|
ExportedObj/
|
2016-06-21 16:34:13 +02:00
|
|
|
.consulo/
|
2014-12-05 02:43:44 +01:00
|
|
|
*.csproj
|
|
|
|
*.unityproj
|
|
|
|
*.sln
|
|
|
|
*.suo
|
2014-12-12 14:26:12 +01:00
|
|
|
*.tmp
|
2014-12-05 02:43:44 +01:00
|
|
|
*.user
|
|
|
|
*.userprefs
|
|
|
|
*.pidb
|
|
|
|
*.booproj
|
2015-12-10 06:08:58 +01:00
|
|
|
*.svd
|
2017-01-10 21:10:50 +01:00
|
|
|
*.pdb
|
2019-01-08 16:00:46 +01:00
|
|
|
*.mdb
|
2018-04-28 16:13:48 +02:00
|
|
|
*.opendb
|
2018-10-18 11:54:13 +02:00
|
|
|
*.VC.db
|
2015-12-10 06:08:58 +01:00
|
|
|
|
2014-12-12 14:04:48 +01:00
|
|
|
# Unity3D generated meta files
|
|
|
|
*.pidb.meta
|
2017-11-29 02:03:18 +01:00
|
|
|
*.pdb.meta
|
2019-01-08 16:00:46 +01:00
|
|
|
*.mdb.meta
|
2014-12-12 14:04:48 +01:00
|
|
|
|
2018-12-02 01:36:06 +01:00
|
|
|
# Unity3D generated file on crash reports
|
2014-06-17 20:12:59 +02:00
|
|
|
sysinfo.txt
|
2015-08-25 22:36:00 +02:00
|
|
|
|
|
|
|
# Builds
|
|
|
|
*.apk
|
2020-05-19 15:48:08 +02:00
|
|
|
*.aab
|
2015-08-25 22:36:00 +02:00
|
|
|
*.unitypackage
|
2021-05-23 16:08:58 +02:00
|
|
|
*.app
|
2018-11-07 02:15:02 +01:00
|
|
|
|
|
|
|
# Crashlytics generated file
|
2019-01-08 16:00:46 +01:00
|
|
|
crashlytics-build.properties
|
2018-11-07 02:15:02 +01:00
|
|
|
|
2020-03-11 14:07:49 +01:00
|
|
|
# Packed Addressables
|
|
|
|
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
|
|
|
|
|
|
|
|
# Temporary auto-generated Android Assets
|
|
|
|
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
|
|
|
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
2022-08-13 17:18:54 +02:00
|
|
|
|
|
|
|
# Ignore platform files
|
|
|
|
Thumbs.db
|
|
|
|
.DS_Store
|