-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
107 lines (88 loc) · 2.57 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Based on: https://github.com/github/gitignore/blob/master/Unity.gitignore
/[Ll]ibrary/
/[Pp]ackages/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Uu]serSettings/
# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data.
/[Mm]emoryCaptures/
# Recordings can get excessive in size.
/[Rr]ecordings/
# Screenshots can get excessive in size.
# This folder is usually generated by Render Monster.
/[Ss]creenshots/
# Asset meta data should only be ignored when the corresponding asset is also ignored.
!/[Aa]ssets/**/*.meta
# The Asset Store tools plugin.
/[Aa]ssets/AssetStoreTools*
/[Aa]ssets/AssetStore*
# Unecessary asset folders.
# !!! Comment if you are using this repository as a template!
/[Aa]ssets/Scenes*
/[Aa]ssets/Resources*
# Forcing BillingMode.json to be ignored
# !!! Again, comment if you are using this as a temmplate!
/[Aa]ssets/Resources/BillingMode.json
# Unecessary settings.
# !!! If you are using this repository as a template, comment these!
/[Pp]rojectSettings/AudioManager.asset
/[Pp]rojectSettings/ClusterInputManager.asset
/[Pp]rojectSettings/DynamicsManager.asset
/[Pp]rojectSettings/EditorBuildSettings.asset
/[Pp]rojectSettings/EditorSettings
/[Pp]rojectSettings/GraphicsSettings.asset
/[Pp]rojectSettings/InputManager.asset
/[Pp]rojectSettings/NavMeshAreas.asset
/[Pp]rojectSettings/PackageManagerSettings.asset
/[Pp]rojectSettings/Physics2DSettings.asset
/[Pp]rojectSettings/PresetManager.asset
/[Pp]rojectSettings/ProjectSettings.asset
/[Pp]rojectSettings/QualitySettings.asset
/[Pp]rojectSettings/TimeManager.asset
/[Pp]rojectSettings/UnityConnectSettings.asset
/[Pp]rojectSettings/VersionControlSettings.asset
/[Pp]rojectSettings/VFXManager.asset
/[Aa]ssets/Resources/BillingMode.json # !!! Extremely important to comment if you are using in-app purchases!
# Autogenerated Jetbrains Rider plugin.
[Aa]ssets/Plugins/Editor/JetBrains*
# Temporary auto-generated Android Assets.
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*
# Visual Studio and Visual Studio Code cache directory.
.vs/
.vscode/
# Gradle cache directory.https://github.com/github/gitignore/blob/main/Unity.gitignore
# 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
# Build file extensions.
*.aab
*.app
*.apk
*.unitypackage
# Crashlytics generated file.
crashlytics-build.properties