-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
76 lines (68 loc) · 1.42 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
# =============== #
# Unity generated #
# =============== #
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
[Ll]ibrary/
[Bb]in/
Unity/[Rr]ecordings/
Unity/[Mm]emoryCaptures/
Unity/BuildReports/
Unity/UserSettings/
Unity/Logs/
sysinfo.txt
*.stackdump
# In case a plugin comes with .pdb files
*.pdb.meta
*.pidb.meta
# Don't include any contents of StreamingAssets folder where Addressables are placed during build
Unity/Assets/StreamingAssets/aa/
Unity/Assets/StreamingAssets/aa.meta
# Packed Addressables
Unity/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
# Builds
*.apk
*.unitypackage
*.unitypackage.meta
UnityPackageManager
# ====================================================== #
# Visual Studio / MonoDevelop / Rider / VSCode generated #
# ====================================================== #
Unity/**/[Ee]xported[Oo]bj/
Unity/**/.consulo/
Unity/**/Unity/**/*.booproj
Unity/**/*.csproj
Unity/**/*.idea*/
Unity/**/*.pdb
Unity/**/*.pidb
Unity/**/*.suo
Unity/**/*.sln
Unity/**/*.svd
Unity/**/*.tmp
Unity/**/*.user
Unity/**/*.unityproj
Unity/**/*.user
Unity/**/*.userprefs
Unity/**/*.vs/
Unity/**/*.leu
Unity/.vscode
*.idea*/
# JetBrains / Rider
*/.idea
**/Editor/JetBrains*
Unity/ProjectSettings/RiderScriptEditorPersistedState.asset
# ContextKeeper
**/.contextkeeper/*
# ============ #
# OS generated #
# ============ #
.DS_Store*
._*
.Spotlight-V100
.Trashes
ehthumbs.db
[Tt]humbs.db
[Dd]esktop.ini
/Unity/UserSettings/EditorUserSettings.asset