Skip to content

Commit 319174c

Browse files
committed
Add gitignores
1 parent 8d439eb commit 319174c

2 files changed

Lines changed: 324 additions & 0 deletions

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
################### UNITY 5 ##################
2+
/[Ll]ibrary/
3+
/[Tt]emp/
4+
/[Oo]bj/
5+
/[Bb]uild/
6+
/[Bb]uilds/
7+
/Assets/AssetStoreTools*
8+
9+
# Visual Studio 2015 cache directory
10+
/.vs/
11+
12+
# Autogenerated VS/MD/Consulo solution and project files
13+
ExportedObj/
14+
.consulo/
15+
*.csproj
16+
*.unityproj
17+
*.sln
18+
*.suo
19+
*.tmp
20+
*.user
21+
*.userprefs
22+
*.pidb
23+
*.booproj
24+
*.svd
25+
*.pdb
26+
27+
# Unity3D generated meta files
28+
*.pidb.meta
29+
30+
# Unity3D Generated File On Crash Reports
31+
sysinfo.txt
32+
33+
# Builds
34+
*.apk
35+
*.unitypackage
36+
37+
#3DTuneIn
38+
*DebugLog.txt
Lines changed: 286 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,286 @@
1+
.DS_Store
2+
.AppleDouble
3+
.LSOverride
4+
5+
# Icon must end with two \r
6+
Icon
7+
8+
9+
# Thumbnails
10+
._*
11+
12+
# Files that might appear in the root of a volume
13+
.DocumentRevisions-V100
14+
.fseventsd
15+
.Spotlight-V100
16+
.TemporaryItems
17+
.Trashes
18+
.VolumeIcon.icns
19+
20+
# Directories potentially created on remote AFP share
21+
.AppleDB
22+
.AppleDesktop
23+
Network Trash Folder
24+
Temporary Items
25+
.apdisk
26+
27+
# Xcode
28+
#
29+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
30+
31+
## Build generated
32+
build/
33+
DerivedData
34+
35+
## Various settings
36+
*.pbxuser
37+
!default.pbxuser
38+
*.mode1v3
39+
!default.mode1v3
40+
*.mode2v3
41+
!default.mode2v3
42+
*.perspectivev3
43+
!default.perspectivev3
44+
xcuserdata
45+
46+
## Other
47+
*.xccheckout
48+
*.moved-aside
49+
*.xcuserstate
50+
*.xcscheme
51+
52+
## Ignore Visual Studio temporary files, build results, and
53+
## files generated by popular Visual Studio add-ons.
54+
55+
# User-specific files
56+
*.suo
57+
*.user
58+
*.userosscache
59+
*.sln.docstates
60+
61+
# User-specific files (MonoDevelop/Xamarin Studio)
62+
*.userprefs
63+
64+
# Build results
65+
[Dd]ebug/
66+
[Dd]ebugPublic/
67+
[Rr]elease/
68+
[Rr]eleases/
69+
x64/
70+
x86/
71+
build/
72+
bld/
73+
[Bb]in/
74+
[Oo]bj/
75+
76+
# Visual Studio 2015 cache/options directory
77+
.vs/
78+
# Uncomment if you have tasks that create the project's static files in wwwroot
79+
#wwwroot/
80+
81+
# MSTest test Results
82+
[Tt]est[Rr]esult*/
83+
[Bb]uild[Ll]og.*
84+
85+
# NUNIT
86+
*.VisualState.xml
87+
TestResult.xml
88+
89+
# Build Results of an ATL Project
90+
[Dd]ebugPS/
91+
[Rr]eleasePS/
92+
dlldata.c
93+
94+
# DNX
95+
project.lock.json
96+
artifacts/
97+
98+
*_i.c
99+
*_p.c
100+
*_i.h
101+
*.ilk
102+
*.meta
103+
*.obj
104+
*.pch
105+
*.pdb
106+
*.pgc
107+
*.pgd
108+
*.rsp
109+
*.sbr
110+
*.tlb
111+
*.tli
112+
*.tlh
113+
*.tmp
114+
*.tmp_proj
115+
*.log
116+
*.vspscc
117+
*.vssscc
118+
.builds
119+
*.pidb
120+
*.svclog
121+
*.scc
122+
123+
# Chutzpah Test files
124+
_Chutzpah*
125+
126+
# Visual C++ cache files
127+
ipch/
128+
*.aps
129+
*.ncb
130+
*.opensdf
131+
*.sdf
132+
*.cachefile
133+
134+
# Visual Studio profiler
135+
*.psess
136+
*.vsp
137+
*.vspx
138+
*.sap
139+
140+
# TFS 2012 Local Workspace
141+
$tf/
142+
143+
# Guidance Automation Toolkit
144+
*.gpState
145+
146+
# ReSharper is a .NET coding add-in
147+
_ReSharper*/
148+
*.[Rr]e[Ss]harper
149+
*.DotSettings.user
150+
151+
# JustCode is a .NET coding add-in
152+
.JustCode
153+
154+
# TeamCity is a build add-in
155+
_TeamCity*
156+
157+
# DotCover is a Code Coverage Tool
158+
*.dotCover
159+
160+
# NCrunch
161+
_NCrunch_*
162+
.*crunch*.local.xml
163+
nCrunchTemp_*
164+
165+
# MightyMoose
166+
*.mm.*
167+
AutoTest.Net/
168+
169+
# Web workbench (sass)
170+
.sass-cache/
171+
172+
# Installshield output folder
173+
[Ee]xpress/
174+
175+
# DocProject is a documentation generator add-in
176+
DocProject/buildhelp/
177+
DocProject/Help/*.HxT
178+
DocProject/Help/*.HxC
179+
DocProject/Help/*.hhc
180+
DocProject/Help/*.hhk
181+
DocProject/Help/*.hhp
182+
DocProject/Help/Html2
183+
DocProject/Help/html
184+
185+
# Click-Once directory
186+
publish/
187+
188+
# Publish Web Output
189+
*.[Pp]ublish.xml
190+
*.azurePubxml
191+
# TODO: Comment the next line if you want to checkin your web deploy settings
192+
# but database connection strings (with potential passwords) will be unencrypted
193+
*.pubxml
194+
*.publishproj
195+
196+
# NuGet Packages
197+
*.nupkg
198+
# The packages folder can be ignored because of Package Restore
199+
**/packages/*
200+
# except build/, which is used as an MSBuild target.
201+
!**/packages/build/
202+
# Uncomment if necessary however generally it will be regenerated when needed
203+
#!**/packages/repositories.config
204+
205+
# Windows Azure Build Output
206+
csx/
207+
*.build.csdef
208+
209+
# Windows Azure Emulator
210+
efc/
211+
rfc/
212+
213+
# Windows Store app package directory
214+
AppPackages/
215+
216+
# Visual Studio cache files
217+
# files ending in .cache can be ignored
218+
*.[Cc]ache
219+
# but keep track of directories ending in .cache
220+
!*.[Cc]ache/
221+
222+
# Others
223+
ClientBin/
224+
[Ss]tyle[Cc]op.*
225+
~$*
226+
*~
227+
*.dbmdl
228+
*.dbproj.schemaview
229+
*.pfx
230+
*.publishsettings
231+
node_modules/
232+
orleans.codegen.cs
233+
234+
# RIA/Silverlight projects
235+
Generated_Code/
236+
237+
# Backup & report files from converting an old project file
238+
# to a newer Visual Studio version. Backup files are not needed,
239+
# because we have git ;-)
240+
_UpgradeReport_Files/
241+
Backup*/
242+
UpgradeLog*.XML
243+
UpgradeLog*.htm
244+
245+
# SQL Server files
246+
*.mdf
247+
*.ldf
248+
249+
# Business Intelligence projects
250+
*.rdl.data
251+
*.bim.layout
252+
*.bim_*.settings
253+
254+
# Microsoft Fakes
255+
FakesAssemblies/
256+
257+
# GhostDoc plugin setting file
258+
*.GhostDoc.xml
259+
260+
# Node.js Tools for Visual Studio
261+
.ntvs_analysis.dat
262+
263+
# Visual Studio 6 build log
264+
*.plg
265+
266+
# Visual Studio 6 workspace options file
267+
*.opt
268+
269+
# Visual Studio LightSwitch build output
270+
**/*.HTMLClient/GeneratedArtifacts
271+
**/*.DesktopClient/GeneratedArtifacts
272+
**/*.DesktopClient/ModelManifest.xml
273+
**/*.Server/GeneratedArtifacts
274+
**/*.Server/ModelManifest.xml
275+
_Pvt_Extensions
276+
277+
# Paket dependency manager
278+
.paket/paket.exe
279+
280+
# FAKE - F# Make
281+
.fake/
282+
audioplugin3DTIWrapper/audioplugin3DTIWrapper.VC.VC.opendb
283+
*.db
284+
*.xcworkspacedata
285+
*.xcworkspacedata
286+
*.xcscmblueprint

0 commit comments

Comments
 (0)