-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (40 loc) · 761 Bytes
/
.gitignore
File metadata and controls
50 lines (40 loc) · 761 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
43
44
45
46
47
48
49
50
# Unity
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
# Windows
UWP/
Assets/*.pfx
# Builds
*.unitypackage
# Android
*.apk
# Autogenerated VS/MD solution and project files
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
# Source control temp files
*.orig
# Unity3D generated meta files in directories
*.pidb.meta
*.meta
# Save all .meta files in Assets folder and sub directories
#!Assets/**/*.meta
# Save only .meta files referenced in Unity Editor to prevent missing scripts, prefabs and resources
!Assets/[Pp]refabs/**/*.meta
!Assets/[Rr]esources/**/*.meta
!Assets/[Ss]cenes/**/*.meta
!Assets/[Ss]cripts/**/*.meta
!Assets/TSTableView/**/*.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# OS generated
.DS_Store