|
1 | | -dist |
2 | | -Assets/AssetStoreTools |
3 | | -Assets/AssetStoreTools.meta |
4 | | -Assembly-CSharp-Editor.csproj |
5 | | -Assembly-CSharp.csproj |
6 | | -bin |
7 | | -Temp |
8 | | -Library |
9 | | -.DS_Store |
10 | | -*~ |
11 | | -*.swp |
12 | | -*.bat |
13 | | -*.bak |
14 | | -*.zip |
15 | | -temp |
16 | | -.mayaSwatches |
17 | | -.git |
18 | | -.svn |
19 | | -.hg |
20 | | -*.pyc |
21 | | -*.orig |
22 | | -.project |
23 | | -*.vpj |
24 | | -*.vpw |
25 | | -*.vpwhistu |
26 | | -*.vtg |
27 | | -*.unityproj |
28 | | -*.user |
29 | | -*.userprefs |
30 | | -*.unitypackage |
| 1 | +# This .gitignore file should be placed at the root of your Unity project directory |
| 2 | +# |
| 3 | +# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore |
| 4 | +# |
| 5 | +/[Ll]ibrary/ |
| 6 | +/[Tt]emp/ |
| 7 | +/[Oo]bj/ |
| 8 | +/[Bb]uild/ |
| 9 | +/[Bb]uilds/ |
| 10 | +/[Ll]ogs/ |
| 11 | +/[Oo]ut/ |
| 12 | +/[Uu]ser[Ss]ettings/ |
| 13 | + |
| 14 | +# MemoryCaptures can get excessive in size. |
| 15 | +# They also could contain extremely sensitive data |
| 16 | +/[Mm]emoryCaptures/ |
| 17 | + |
| 18 | +# Asset meta data should only be ignored when the corresponding asset is also ignored |
| 19 | +!/[Aa]ssets/**/*.meta |
| 20 | + |
| 21 | +# Uncomment this line if you wish to ignore the asset store tools plugin |
| 22 | +# /[Aa]ssets/AssetStoreTools* |
| 23 | + |
| 24 | +# Autogenerated Jetbrains Rider plugin |
| 25 | +/[Aa]ssets/Plugins/Editor/JetBrains* |
| 26 | + |
| 27 | +# Visual Studio cache directory |
| 28 | +.vs/ |
31 | 29 |
|
32 | | -## Ignore Visual Studio temporary files, build results, and |
33 | | -## files generated by popular Visual Studio add-ons. |
| 30 | +# Gradle cache directory |
| 31 | +.gradle/ |
34 | 32 |
|
35 | | -# User-specific files |
| 33 | +# Autogenerated VS/MD/Consulo solution and project files |
| 34 | +ExportedObj/ |
| 35 | +.consulo/ |
| 36 | +*.csproj |
| 37 | +*.unityproj |
| 38 | +*.sln |
36 | 39 | *.suo |
| 40 | +*.tmp |
37 | 41 | *.user |
38 | | -*.userosscache |
39 | | -*.sln.docstates |
40 | | - |
41 | | -# User-specific files (MonoDevelop/Xamarin Studio) |
42 | 42 | *.userprefs |
43 | | - |
44 | | -# Build results |
45 | | -[Dd]ebug/ |
46 | | -[Dd]ebugPublic/ |
47 | | -[Rr]elease/ |
48 | | -[Rr]eleases/ |
49 | | -x64/ |
50 | | -x86/ |
51 | | -bld/ |
52 | | -[Bb]in/ |
53 | | -[Oo]bj/ |
54 | | -[Ll]og/ |
55 | | - |
56 | | -# Visual Studio 2015 cache/options directory |
57 | | -.vs/ |
58 | | -# Uncomment if you have tasks that create the project's static files in wwwroot |
59 | | -#wwwroot/ |
60 | | - |
61 | | -# MSTest test Results |
62 | | -[Tt]est[Rr]esult*/ |
63 | | -[Bb]uild[Ll]og.* |
64 | | - |
65 | | -# NUNIT |
66 | | -*.VisualState.xml |
67 | | -TestResult.xml |
68 | | - |
69 | | -# Build Results of an ATL Project |
70 | | -[Dd]ebugPS/ |
71 | | -[Rr]eleasePS/ |
72 | | -dlldata.c |
73 | | - |
74 | | -# DNX |
75 | | -project.lock.json |
76 | | -artifacts/ |
77 | | - |
78 | | -*_i.c |
79 | | -*_p.c |
80 | | -*_i.h |
81 | | -*.ilk |
82 | | -# *.meta UNITY NEEDS THIS |
83 | | -*.obj |
84 | | -*.pch |
85 | | -*.pdb |
86 | | -*.pgc |
87 | | -*.pgd |
88 | | -*.rsp |
89 | | -*.sbr |
90 | | -*.tlb |
91 | | -*.tli |
92 | | -*.tlh |
93 | | -*.tmp |
94 | | -*.tmp_proj |
95 | | -*.log |
96 | | -*.vspscc |
97 | | -*.vssscc |
98 | | -.builds |
99 | 43 | *.pidb |
100 | | -*.svclog |
101 | | -*.scc |
102 | | - |
103 | | -# Chutzpah Test files |
104 | | -_Chutzpah* |
105 | | - |
106 | | -# Visual C++ cache files |
107 | | -ipch/ |
108 | | -*.aps |
109 | | -*.ncb |
| 44 | +*.booproj |
| 45 | +*.svd |
| 46 | +*.pdb |
| 47 | +*.mdb |
110 | 48 | *.opendb |
111 | | -*.opensdf |
112 | | -*.sdf |
113 | | -*.cachefile |
114 | 49 | *.VC.db |
115 | | -*.VC.VC.opendb |
116 | | - |
117 | | -# Visual Studio profiler |
118 | | -*.psess |
119 | | -*.vsp |
120 | | -*.vspx |
121 | | -*.sap |
122 | | - |
123 | | -# TFS 2012 Local Workspace |
124 | | -$tf/ |
125 | | - |
126 | | -# Guidance Automation Toolkit |
127 | | -*.gpState |
128 | | - |
129 | | -# ReSharper is a .NET coding add-in |
130 | | -_ReSharper*/ |
131 | | -*.[Rr]e[Ss]harper |
132 | | -*.DotSettings.user |
133 | | - |
134 | | -# JustCode is a .NET coding add-in |
135 | | -.JustCode |
136 | | - |
137 | | -# TeamCity is a build add-in |
138 | | -_TeamCity* |
139 | 50 |
|
140 | | -# DotCover is a Code Coverage Tool |
141 | | -*.dotCover |
| 51 | +# Unity3D generated meta files |
| 52 | +*.pidb.meta |
| 53 | +*.pdb.meta |
| 54 | +*.mdb.meta |
142 | 55 |
|
143 | | -# NCrunch |
144 | | -_NCrunch_* |
145 | | -.*crunch*.local.xml |
146 | | -nCrunchTemp_* |
| 56 | +# Unity3D generated file on crash reports |
| 57 | +sysinfo.txt |
147 | 58 |
|
148 | | -# MightyMoose |
149 | | -*.mm.* |
150 | | -AutoTest.Net/ |
151 | | - |
152 | | -# Web workbench (sass) |
153 | | -.sass-cache/ |
154 | | - |
155 | | -# Installshield output folder |
156 | | -[Ee]xpress/ |
157 | | - |
158 | | -# DocProject is a documentation generator add-in |
159 | | -DocProject/buildhelp/ |
160 | | -DocProject/Help/*.HxT |
161 | | -DocProject/Help/*.HxC |
162 | | -DocProject/Help/*.hhc |
163 | | -DocProject/Help/*.hhk |
164 | | -DocProject/Help/*.hhp |
165 | | -DocProject/Help/Html2 |
166 | | -DocProject/Help/html |
167 | | - |
168 | | -# Click-Once directory |
169 | | -publish/ |
170 | | - |
171 | | -# Publish Web Output |
172 | | -*.[Pp]ublish.xml |
173 | | -*.azurePubxml |
174 | | -# TODO: Comment the next line if you want to checkin your web deploy settings |
175 | | -# but database connection strings (with potential passwords) will be unencrypted |
176 | | -*.pubxml |
177 | | -*.publishproj |
178 | | - |
179 | | -# Microsoft Azure Web App publish settings. Comment the next line if you want to |
180 | | -# checkin your Azure Web App publish settings, but sensitive information contained |
181 | | -# in these scripts will be unencrypted |
182 | | -PublishScripts/ |
183 | | - |
184 | | -# NuGet Packages |
185 | | -*.nupkg |
186 | | -# The packages folder can be ignored because of Package Restore |
187 | | -**/packages/* |
188 | | -# except build/, which is used as an MSBuild target. |
189 | | -!**/packages/build/ |
190 | | -# Uncomment if necessary however generally it will be regenerated when needed |
191 | | -#!**/packages/repositories.config |
192 | | -# NuGet v3's project.json files produces more ignoreable files |
193 | | -*.nuget.props |
194 | | -*.nuget.targets |
195 | | - |
196 | | -# Microsoft Azure Build Output |
197 | | -csx/ |
198 | | -*.build.csdef |
199 | | - |
200 | | -# Microsoft Azure Emulator |
201 | | -ecf/ |
202 | | -rcf/ |
203 | | - |
204 | | -# Windows Store app package directories and files |
205 | | -AppPackages/ |
206 | | -BundleArtifacts/ |
207 | | -Package.StoreAssociation.xml |
208 | | -_pkginfo.txt |
209 | | - |
210 | | -# Visual Studio cache files |
211 | | -# files ending in .cache can be ignored |
212 | | -*.[Cc]ache |
213 | | -# but keep track of directories ending in .cache |
214 | | -!*.[Cc]ache/ |
215 | | - |
216 | | -# Others |
217 | | -ClientBin/ |
218 | | -~$* |
219 | | -*~ |
220 | | -*.dbmdl |
221 | | -*.dbproj.schemaview |
222 | | -*.pfx |
223 | | -*.publishsettings |
224 | | -node_modules/ |
225 | | -orleans.codegen.cs |
226 | | - |
227 | | -# Since there are multiple workflows, uncomment next line to ignore bower_components |
228 | | -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) |
229 | | -#bower_components/ |
230 | | - |
231 | | -# RIA/Silverlight projects |
232 | | -Generated_Code/ |
233 | | - |
234 | | -# Backup & report files from converting an old project file |
235 | | -# to a newer Visual Studio version. Backup files are not needed, |
236 | | -# because we have git ;-) |
237 | | -_UpgradeReport_Files/ |
238 | | -Backup*/ |
239 | | -UpgradeLog*.XML |
240 | | -UpgradeLog*.htm |
241 | | - |
242 | | -# SQL Server files |
243 | | -*.mdf |
244 | | -*.ldf |
245 | | - |
246 | | -# Business Intelligence projects |
247 | | -*.rdl.data |
248 | | -*.bim.layout |
249 | | -*.bim_*.settings |
250 | | - |
251 | | -# Microsoft Fakes |
252 | | -FakesAssemblies/ |
253 | | - |
254 | | -# GhostDoc plugin setting file |
255 | | -*.GhostDoc.xml |
256 | | - |
257 | | -# Node.js Tools for Visual Studio |
258 | | -.ntvs_analysis.dat |
259 | | - |
260 | | -# Visual Studio 6 build log |
261 | | -*.plg |
262 | | - |
263 | | -# Visual Studio 6 workspace options file |
264 | | -*.opt |
265 | | - |
266 | | -# Visual Studio LightSwitch build output |
267 | | -**/*.HTMLClient/GeneratedArtifacts |
268 | | -**/*.DesktopClient/GeneratedArtifacts |
269 | | -**/*.DesktopClient/ModelManifest.xml |
270 | | -**/*.Server/GeneratedArtifacts |
271 | | -**/*.Server/ModelManifest.xml |
272 | | -_Pvt_Extensions |
273 | | - |
274 | | -# Paket dependency manager |
275 | | -.paket/paket.exe |
276 | | -paket-files/ |
277 | | - |
278 | | -# FAKE - F# Make |
279 | | -.fake/ |
| 59 | +# Builds |
| 60 | +*.apk |
| 61 | +*.unitypackage |
280 | 62 |
|
281 | | -# JetBrains Rider |
282 | | -.idea/ |
283 | | -*.sln.iml |
| 63 | +Assets/StreamingAssets/ |
284 | 64 |
|
| 65 | +# Crashlytics generated file |
| 66 | +crashlytics-build.properties |
285 | 67 |
|
0 commit comments