-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
109 lines (91 loc) · 1.9 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
106
107
108
# This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
#
###
# Unity folders and files
###
3DSCYG/[Aa]ssets/AssetStoreTools*
3DSCYG/[Bb]uild/
3DSCYG/[Ll]ibrary/
3DSCYG/[Ll]ocal[Cc]ache/
3DSCYG/[Oo]bj/
3DSCYG/[Tt]emp/
3DSCYG/[Uu]nityGenerated/
3DSCYG/[Bb]uild/
3DSCYG/[Bb]uilds/
3DSCYG/[Ll]ogs/
3DSCYG/[Mm]emoryCaptures/
# file on crash reports
sysinfo.txt
# Unity3D generated meta files
*.pidb.meta
Builds/*
DevUI/*
# Asset meta data should only be ignored when the corresponding asset is also ignored
!3DSCYG/[Aa]ssets/**/*.meta
# Uncomment this line if you wish to ignore the asset store tools plugin
3DSCYG/[Aa]ssets/AssetStoreTools*
3DSCYG/[Aa]ssets/Clean Settings UI/*
3DSCYG/[Aa]ssets/ExternalDependencyManager/
3DSCYG/[Aa]ssets/Firebase/
3DSCYG/[Aa]ssets/Firebase/
3DSCYG/[Aa]ssets/Parse/
3DSCYG/[Aa]ssets/Plugins/
# Autogenerated Jetbrains Rider plugin
3DSCYG/[Aa]ssets/Plugins/Editor/JetBrains*
3DSCYG/Assets/*.meta
# Visual Studio cache directory
3DSCYG/.vs/
# Gradle cache directory
3DSCYG/.gradle/
###
# OS generated
###
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
3DSCYG/ehthumbs.db
3DSCYG/Thumbs.db
# Autogenerated VS/MD/Consulo solution and project files
3DSCYG/ExportedObj/
3DSCYG/.consulo/
3DSCYG/*.csproj
3DSCYG/*.unityproj
3DSCYG/*.sln
3DSCYG/*.suo
3DSCYG/*.tmp
3DSCYG/*.user
3DSCYG/*.userprefs
3DSCYG/*.pidb
3DSCYG/*.booproj
3DSCYG/*.svd
3DSCYG/*.pdb
3DSCYG/*.mdb
3DSCYG/*.opendb
3DSCYG/*.VC.db
3DSCYG/[Ee]xportedObj/
3DSCYG/*.booproj
3DSCYG/*.csproj
3DSCYG/*.sln
3DSCYG/*.suo
3DSCYG/*.svd
3DSCYG/*.unityproj
3DSCYG/*.user
3DSCYG/*.userprefs
3DSCYG/*.pidb
3DSCYG/.DS_Store
# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta
# Unity3D generated file on crash reports
sysinfo.txt
# Builds
*.apk
*.unitypackage
# Crashlytics generated file
crashlytics-build.properties