-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (37 loc) · 733 Bytes
/
Copy path.gitignore
File metadata and controls
42 lines (37 loc) · 733 Bytes
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
# Unity Git Setup
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/.[Vv][Ss][Cc]ode/
/.[Vv][Ss]/
/Assets/AssetStoreTools*
# Generated if you use the new UIElements (either for editor or runtime in 2020)
/[Uu][Ii][Ee]lements[Ss]chema/
# Upgrade and package manager logs for Unity etc. (and some asset logs in 2020 too now)
/[Ll]ogs/
# Ignore UserSettings, we most likely don't want to sync these across users
/[Uu]ser[Ss]ettings/
# Autogenerated VS/MD solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
.vsconfig
# Unity3D generated meta files
*.pidb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# Mac stuff
.DS_Store
.bak
.BAK