1# Generated by VC++ 6 builds
2/vc60.idb
3*.asm
4*.idb
5
6# macOS
7.DS_Store
8
9# CodeLite
10.CodeLite
11*.project
12*.workspace
13
14# Devilution Comparer
15devilution-comparer
16comparer-config.toml
17
18#ignore cmake cache
19/build-*/
20.vscode/tasks.json
21
22# ELF object file, shared library and object archive.
23*.o
24*.so
25*.a
26
27# PE shared library and associated files.
28*.lib
29*.exp
30*.dll
31
32# PE executable.
33*.exe
34
35# GCC dependency file.
36*.d
37
38# Resource file.
39*.res
40
41# Created by https://www.gitignore.io/api/visualstudio
42
43### VisualStudio ###
44## Ignore Visual Studio temporary files, build results, and
45## files generated by popular Visual Studio add-ons.
46##
47## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
48
49# User-specific files
50*.suo
51*.user
52*.userosscache
53*.sln.docstates
54
55# User-specific files (MonoDevelop/Xamarin Studio)
56*.userprefs
57
58# Build results
59[Dd]ebug/
60[Dd]ebugPublic/
61[Rr]elease/
62[Rr]eleases/
63x64/
64x86/
65bld/
66[Bb]in/
67[Oo]bj/
68[Ll]og/
69WinDebug/
70WinRel/
71
72# Visual Studio 2015/2017 cache/options directory
73.vs/
74# Uncomment if you have tasks that create the project's static files in wwwroot
75#wwwroot/
76
77# Visual Studio 2017 auto generated files
78Generated\ Files/
79
80# MSTest test Results
81[Tt]est[Rr]esult*/
82[Bb]uild[Ll]og.*
83
84# NUNIT
85*.VisualState.xml
86TestResult.xml
87
88# Build Results of an ATL Project
89[Dd]ebugPS/
90[Rr]eleasePS/
91dlldata.c
92
93# Benchmark Results
94BenchmarkDotNet.Artifacts/
95
96# .NET Core
97project.lock.json
98project.fragment.lock.json
99artifacts/
100
101# StyleCop
102StyleCopReport.xml
103
104# Files built by Visual Studio
105*_i.c
106*_p.c
107*_i.h
108*.ilk
109*.meta
110*.obj
111*.iobj
112*.pch
113*.pdb
114*.ipdb
115*.pgc
116*.pgd
117*.rsp
118*.sbr
119*.tlb
120*.tli
121*.tlh
122*.tmp
123*.tmp_proj
124*.log
125*.vspscc
126*.vssscc
127.builds
128*.pidb
129*.svclog
130*.scc
131
132# Chutzpah Test files
133_Chutzpah*
134
135# Visual C++ cache files
136ipch/
137*.aps
138*.ncb
139*.opendb
140*.opensdf
141*.sdf
142*.cachefile
143*.VC.db
144*.VC.VC.opendb
145
146# Vim swap files
147*.swp
148
149# Visual Studio profiler
150*.psess
151*.vsp
152*.vspx
153*.sap
154
155# Visual Studio Trace Files
156*.e2e
157
158# TFS 2012 Local Workspace
159$tf/
160
161# Guidance Automation Toolkit
162*.gpState
163
164# ReSharper is a .NET coding add-in
165_ReSharper*/
166*.[Rr]e[Ss]harper
167*.DotSettings.user
168
169# JustCode is a .NET coding add-in
170.JustCode
171
172# TeamCity is a build add-in
173_TeamCity*
174
175# DotCover is a Code Coverage Tool
176*.dotCover
177
178# AxoCover is a Code Coverage Tool
179.axoCover/*
180!.axoCover/settings.json
181
182# Visual Studio code coverage results
183*.coverage
184*.coveragexml
185
186# NCrunch
187_NCrunch_*
188.*crunch*.local.xml
189nCrunchTemp_*
190
191# MightyMoose
192*.mm.*
193AutoTest.Net/
194
195# Web workbench (sass)
196.sass-cache/
197
198# Installshield output folder
199[Ee]xpress/
200
201# DocProject is a documentation generator add-in
202DocProject/buildhelp/
203DocProject/Help/*.HxT
204DocProject/Help/*.HxC
205DocProject/Help/*.hhc
206DocProject/Help/*.hhk
207DocProject/Help/*.hhp
208DocProject/Help/Html2
209DocProject/Help/html
210
211# Click-Once directory
212publish/
213
214# Publish Web Output
215*.[Pp]ublish.xml
216*.azurePubxml
217# Note: Comment the next line if you want to checkin your web deploy settings,
218# but database connection strings (with potential passwords) will be unencrypted
219*.pubxml
220*.publishproj
221
222# Microsoft Azure Web App publish settings. Comment the next line if you want to
223# checkin your Azure Web App publish settings, but sensitive information contained
224# in these scripts will be unencrypted
225PublishScripts/
226
227# NuGet Packages
228*.nupkg
229# The packages folder can be ignored because of Package Restore
230**/[Pp]ackages/*
231# except build/, which is used as an MSBuild target.
232!**/[Pp]ackages/build/
233# Uncomment if necessary however generally it will be regenerated when needed
234#!**/[Pp]ackages/repositories.config
235# NuGet v3's project.json files produces more ignorable files
236*.nuget.props
237*.nuget.targets
238
239# Microsoft Azure Build Output
240csx/
241*.build.csdef
242
243# Microsoft Azure Emulator
244ecf/
245rcf/
246
247# Windows Store app package directories and files
248AppPackages/
249BundleArtifacts/
250Package.StoreAssociation.xml
251_pkginfo.txt
252*.appx
253
254# Visual Studio cache files
255# files ending in .cache can be ignored
256*.[Cc]ache
257# but keep track of directories ending in .cache
258!*.[Cc]ache/
259
260# Others
261ClientBin/
262~$*
263*~
264*.dbmdl
265*.dbproj.schemaview
266*.jfm
267*.pfx
268*.publishsettings
269orleans.codegen.cs
270
271# Including strong name files can present a security risk
272# (https://github.com/github/gitignore/pull/2483#issue-259490424)
273#*.snk
274
275# Since there are multiple workflows, uncomment next line to ignore bower_components
276# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
277#bower_components/
278
279# RIA/Silverlight projects
280Generated_Code/
281
282# Backup & report files from converting an old project file
283# to a newer Visual Studio version. Backup files are not needed,
284# because we have git ;-)
285_UpgradeReport_Files/
286Backup*/
287UpgradeLog*.XML
288UpgradeLog*.htm
289ServiceFabricBackup/
290*.rptproj.bak
291
292# SQL Server files
293*.mdf
294*.ldf
295*.ndf
296
297# Business Intelligence projects
298*.rdl.data
299*.bim.layout
300*.bim_*.settings
301*.rptproj.rsuser
302
303# Microsoft Fakes
304FakesAssemblies/
305
306# GhostDoc plugin setting file
307*.GhostDoc.xml
308
309# Node.js Tools for Visual Studio
310.ntvs_analysis.dat
311node_modules/
312
313# Visual Studio 6 build log
314*.plg
315
316# Visual Studio 6 workspace options file
317*.opt
318
319# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
320*.vbw
321
322# Visual Studio LightSwitch build output
323**/*.HTMLClient/GeneratedArtifacts
324**/*.DesktopClient/GeneratedArtifacts
325**/*.DesktopClient/ModelManifest.xml
326**/*.Server/GeneratedArtifacts
327**/*.Server/ModelManifest.xml
328_Pvt_Extensions
329
330# Paket dependency manager
331.paket/paket.exe
332paket-files/
333
334# FAKE - F# Make
335.fake/
336
337# JetBrains Rider
338.idea/
339*.sln.iml
340
341# CodeRush
342.cr/
343
344# Python Tools for Visual Studio (PTVS)
345__pycache__/
346*.pyc
347
348# macOS
349.DS_Store
350
351# Cake - Uncomment if you are using it
352# tools/**
353# !tools/packages.config
354
355# Tabs Studio
356*.tss
357
358# Telerik's JustMock configuration file
359*.jmconfig
360
361# BizTalk build output
362*.btp.cs
363*.btm.cs
364*.odx.cs
365*.xsd.cs
366
367# OpenCover UI analysis results
368OpenCover/
369
370# Azure Stream Analytics local run output
371ASALocalRun/
372
373# MSBuild Binary and Structured Log
374*.binlog
375
376# NVidia Nsight GPU debugger configuration file
377*.nvuser
378
379# MFractors (Xamarin productivity tool) working folder
380.mfractor/
381
382### VisualStudio Patch ###
383# By default, sensitive information, such as encrypted password
384# should be stored in the .pubxml.user file.
385*.pubxml.user
386
387# End of https://www.gitignore.io/api/visualstudio
388
389# Created by https://www.gitignore.io/api/xcode
390# Edit at https://www.gitignore.io/?templates=xcode
391
392### Xcode ###
393# Xcode
394#
395# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
396
397## User settings
398xcuserdata/
399
400## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
401*.xcscmblueprint
402*.xccheckout
403
404## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
405build/
406DerivedData/
407*.moved-aside
408*.pbxuser
409!default.pbxuser
410*.mode1v3
411!default.mode1v3
412*.mode2v3
413!default.mode2v3
414*.perspectivev3
415!default.perspectivev3
416
417### Xcode Patch ###
418*.xcodeproj/*
419!*.xcodeproj/project.pbxproj
420!*.xcodeproj/xcshareddata/
421!*.xcworkspace/contents.xcworkspacedata
422/*.gcno
423**/xcshareddata/WorkspaceSettings.xcsettings
424
425/libs
426
427# End of https://www.gitignore.io/api/xcode
428
429# Don't accidently commit the diabdat.mpq
430*.mpq
431
432### Nintendo Switch ###
433exefs/main
434/out/isenseconfig/CPI-Debug
435
436/docs/html/
437
438# MPQ files
439*.mpq
440
441# ddraw wrapper configuration file
442ddraw_settings.ini
443Brewfile.lock.json
444.vscode/settings.json
445