blob: 4eb9277a718cae5a46146a0fe0f1e58ccb814c77 [file] [log] [blame]
Ed Tanous0fdddb12017-02-28 11:06:34 -08001/build*
2*.pem
3*.crt
4*.key
Ed Tanous56795222017-04-06 13:27:25 -07005
Ed Tanous75312982021-02-11 14:26:02 -08006/include/bmcweb_config.h
Ed Tanous56795222017-04-06 13:27:25 -07007
Wludzik, Jozefc370fad2020-10-14 20:47:12 +02008# Created by https://www.toptal.com/developers/gitignore/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse,meson
9# Edit at https://www.toptal.com/developers/gitignore?templates=osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse,meson
Ed Tanous56795222017-04-06 13:27:25 -070010
Wludzik, Jozefc370fad2020-10-14 20:47:12 +020011### Eclipse ###
12.metadata
13bin/
14tmp/
15*.tmp
16*.bak
17*.swp
18*~.nib
19local.properties
20.settings/
21.loadpath
22.recommenders
Ed Tanous56795222017-04-06 13:27:25 -070023
Wludzik, Jozefc370fad2020-10-14 20:47:12 +020024# External tool builders
25.externalToolBuilders/
26
27# Locally stored "Eclipse launch configurations"
28*.launch
29
30# PyDev specific (Python IDE for Eclipse)
31*.pydevproject
32
33# CDT-specific (C/C++ Development Tooling)
34.cproject
35
36# CDT- autotools
37.autotools
38
39# Java annotation processor (APT)
40.factorypath
41
42# PDT-specific (PHP Development Tools)
43.buildpath
44
45# sbteclipse plugin
46.target
47
48# Tern plugin
49.tern-project
50
51# TeXlipse plugin
52.texlipse
53
54# STS (Spring Tool Suite)
55.springBeans
56
57# Code Recommenders
58.recommenders/
59
60# Annotation Processing
61.apt_generated/
62.apt_generated_test/
63
64# Scala IDE specific (Scala & Java development for Eclipse)
65.cache-main
66.scala_dependencies
67.worksheet
68
69# Uncomment this line if you wish to ignore the project description file.
70# Typically, this file would be tracked if it contains build/dependency configurations:
71#.project
72
73### Eclipse Patch ###
74# Spring Boot Tooling
75.sts4-cache/
Ed Tanous56795222017-04-06 13:27:25 -070076
77### Intellij ###
Wludzik, Jozefc370fad2020-10-14 20:47:12 +020078# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
Ed Tanous56795222017-04-06 13:27:25 -070079# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
80
Wludzik, Jozefc370fad2020-10-14 20:47:12 +020081# User-specific stuff
Ed Tanous56795222017-04-06 13:27:25 -070082.idea/**/workspace.xml
83.idea/**/tasks.xml
Wludzik, Jozefc370fad2020-10-14 20:47:12 +020084.idea/**/usage.statistics.xml
85.idea/**/dictionaries
86.idea/**/shelf
Ed Tanous56795222017-04-06 13:27:25 -070087
Wludzik, Jozefc370fad2020-10-14 20:47:12 +020088# Generated files
89.idea/**/contentModel.xml
90
91# Sensitive or high-churn files
Ed Tanous56795222017-04-06 13:27:25 -070092.idea/**/dataSources/
93.idea/**/dataSources.ids
Ed Tanous56795222017-04-06 13:27:25 -070094.idea/**/dataSources.local.xml
95.idea/**/sqlDataSources.xml
96.idea/**/dynamic.xml
97.idea/**/uiDesigner.xml
Wludzik, Jozefc370fad2020-10-14 20:47:12 +020098.idea/**/dbnavigator.xml
Ed Tanous56795222017-04-06 13:27:25 -070099
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200100# Gradle
Ed Tanous56795222017-04-06 13:27:25 -0700101.idea/**/gradle.xml
102.idea/**/libraries
103
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200104# Gradle and Maven with auto-import
105# When using Gradle or Maven with auto-import, you should exclude module files,
106# since they will be recreated, and may cause churn. Uncomment if using
107# auto-import.
108# .idea/artifacts
109# .idea/compiler.xml
110# .idea/jarRepositories.xml
111# .idea/modules.xml
112# .idea/*.iml
113# .idea/modules
114# *.iml
115# *.ipr
116
117# CMake
118cmake-build-*/
119
120# Mongo Explorer plugin
Ed Tanous56795222017-04-06 13:27:25 -0700121.idea/**/mongoSettings.xml
122
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200123# File-based project format
Ed Tanous56795222017-04-06 13:27:25 -0700124*.iws
125
Ed Tanous56795222017-04-06 13:27:25 -0700126# IntelliJ
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200127out/
Ed Tanous56795222017-04-06 13:27:25 -0700128
129# mpeltonen/sbt-idea plugin
130.idea_modules/
131
132# JIRA plugin
133atlassian-ide-plugin.xml
134
135# Cursive Clojure plugin
136.idea/replstate.xml
137
138# Crashlytics plugin (for Android Studio and IntelliJ)
139com_crashlytics_export_strings.xml
140crashlytics.properties
141crashlytics-build.properties
142fabric.properties
143
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200144# Editor-based Rest Client
145.idea/httpRequests
146
147# Android studio 3.1+ serialized cache file
148.idea/caches/build_file_checksums.ser
149
Ed Tanous56795222017-04-06 13:27:25 -0700150### Intellij Patch ###
151# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
152
153# *.iml
154# modules.xml
155# .idea/misc.xml
156# *.ipr
157
158# Sonarlint plugin
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200159# https://plugins.jetbrains.com/plugin/7973-sonarlint
160.idea/**/sonarlint/
161
162# SonarQube Plugin
163# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
164.idea/**/sonarIssues.xml
165
166# Markdown Navigator plugin
167# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
168.idea/**/markdown-navigator.xml
169.idea/**/markdown-navigator-enh.xml
170.idea/**/markdown-navigator/
171
172# Cache file creation bug
173# See https://youtrack.jetbrains.com/issue/JBR-2257
174.idea/$CACHE_FILE$
175
176# CodeStream plugin
177# https://plugins.jetbrains.com/plugin/12206-codestream
178.idea/codestream.xml
Ed Tanous56795222017-04-06 13:27:25 -0700179
180### Linux ###
181*~
182
183# temporary files which can be created if a process still has a handle open of a deleted file
184.fuse_hidden*
185
186# KDE directory preferences
187.directory
188
189# Linux trash folder which might appear on any partition or disk
190.Trash-*
191
192# .nfs files are created when an open file is removed but is still being accessed
193.nfs*
194
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200195### Meson ###
196# subproject directories
197/subprojects/*
198!/subprojects/*.wrap
Ed Tanous7bbcae52021-09-02 12:32:42 -0700199!/subprojects/.clang-tidy
200!/subprojects/.clang-format
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200201
202# Meson Directories
203meson-logs
204meson-private
205
206# Meson Files
207meson_benchmark_setup.dat
208meson_test_setup.dat
209sanitycheckcpp.cc # C++ specific
210sanitycheckcpp.exe # C++ specific
211
212# Ninja
213build.ninja
214.ninja_deps
215.ninja_logs
216
217# Misc
218compile_commands.json
219
Ed Tanous56795222017-04-06 13:27:25 -0700220### OSX ###
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200221# General
222.DS_Store
Ed Tanous56795222017-04-06 13:27:25 -0700223.AppleDouble
224.LSOverride
225
226# Icon must end with two \r
227Icon
228
Ed Tanous56795222017-04-06 13:27:25 -0700229# Thumbnails
230._*
231
232# Files that might appear in the root of a volume
233.DocumentRevisions-V100
234.fseventsd
235.Spotlight-V100
236.TemporaryItems
237.Trashes
238.VolumeIcon.icns
239.com.apple.timemachine.donotpresent
240
241# Directories potentially created on remote AFP share
242.AppleDB
243.AppleDesktop
244Network Trash Folder
245Temporary Items
246.apdisk
247
248### PyCharm ###
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200249# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
Ed Tanous56795222017-04-06 13:27:25 -0700250# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
251
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200252# User-specific stuff
Ed Tanous56795222017-04-06 13:27:25 -0700253
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200254# Generated files
Ed Tanous56795222017-04-06 13:27:25 -0700255
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200256# Sensitive or high-churn files
Ed Tanous56795222017-04-06 13:27:25 -0700257
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200258# Gradle
Ed Tanous56795222017-04-06 13:27:25 -0700259
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200260# Gradle and Maven with auto-import
261# When using Gradle or Maven with auto-import, you should exclude module files,
262# since they will be recreated, and may cause churn. Uncomment if using
263# auto-import.
264# .idea/artifacts
265# .idea/compiler.xml
266# .idea/jarRepositories.xml
267# .idea/modules.xml
268# .idea/*.iml
269# .idea/modules
270# *.iml
271# *.ipr
Ed Tanous56795222017-04-06 13:27:25 -0700272
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200273# CMake
274
275# Mongo Explorer plugin
276
277# File-based project format
Ed Tanous56795222017-04-06 13:27:25 -0700278
279# IntelliJ
280
281# mpeltonen/sbt-idea plugin
282
283# JIRA plugin
284
285# Cursive Clojure plugin
286
287# Crashlytics plugin (for Android Studio and IntelliJ)
288
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200289# Editor-based Rest Client
290
291# Android studio 3.1+ serialized cache file
292
Ed Tanous56795222017-04-06 13:27:25 -0700293### PyCharm Patch ###
294# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
295
296# *.iml
297# modules.xml
298# .idea/misc.xml
299# *.ipr
300
301# Sonarlint plugin
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200302# https://plugins.jetbrains.com/plugin/7973-sonarlint
303
304# SonarQube Plugin
305# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
306
307# Markdown Navigator plugin
308# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
309
310# Cache file creation bug
311# See https://youtrack.jetbrains.com/issue/JBR-2257
312
313# CodeStream plugin
314# https://plugins.jetbrains.com/plugin/12206-codestream
Ed Tanous56795222017-04-06 13:27:25 -0700315
316### VisualStudioCode ###
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200317.vscode/*
318!.vscode/settings.json
319!.vscode/tasks.json
320!.vscode/launch.json
321!.vscode/extensions.json
322*.code-workspace
323
324### VisualStudioCode Patch ###
325# Ignore all local history of files
326.history
327.ionide
Ed Tanous56795222017-04-06 13:27:25 -0700328
329### Windows ###
330# Windows thumbnail cache files
331Thumbs.db
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200332Thumbs.db:encryptable
Ed Tanous56795222017-04-06 13:27:25 -0700333ehthumbs.db
334ehthumbs_vista.db
335
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200336# Dump file
337*.stackdump
338
Ed Tanous56795222017-04-06 13:27:25 -0700339# Folder config file
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200340[Dd]esktop.ini
Ed Tanous56795222017-04-06 13:27:25 -0700341
342# Recycle Bin used on file shares
343$RECYCLE.BIN/
344
345# Windows Installer files
346*.cab
347*.msi
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200348*.msix
Ed Tanous56795222017-04-06 13:27:25 -0700349*.msm
350*.msp
351
352# Windows shortcuts
353*.lnk
354
355### VisualStudio ###
356## Ignore Visual Studio temporary files, build results, and
357## files generated by popular Visual Studio add-ons.
358##
359## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
360
361# User-specific files
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200362*.rsuser
Ed Tanous56795222017-04-06 13:27:25 -0700363*.suo
364*.user
365*.userosscache
366*.sln.docstates
367
368# User-specific files (MonoDevelop/Xamarin Studio)
369*.userprefs
370
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200371# Mono auto generated files
372mono_crash.*
373
Ed Tanous56795222017-04-06 13:27:25 -0700374# Build results
375[Dd]ebug/
376[Dd]ebugPublic/
377[Rr]elease/
378[Rr]eleases/
379x64/
380x86/
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200381[Aa][Rr][Mm]/
382[Aa][Rr][Mm]64/
Ed Tanous56795222017-04-06 13:27:25 -0700383bld/
384[Bb]in/
385[Oo]bj/
386[Ll]og/
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200387[Ll]ogs/
Ed Tanous56795222017-04-06 13:27:25 -0700388
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200389# Visual Studio 2015/2017 cache/options directory
Ed Tanous56795222017-04-06 13:27:25 -0700390.vs/
391# Uncomment if you have tasks that create the project's static files in wwwroot
392#wwwroot/
393
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200394# Visual Studio 2017 auto generated files
395Generated\ Files/
396
Ed Tanous56795222017-04-06 13:27:25 -0700397# MSTest test Results
398[Tt]est[Rr]esult*/
399[Bb]uild[Ll]og.*
400
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200401# NUnit
Ed Tanous56795222017-04-06 13:27:25 -0700402*.VisualState.xml
403TestResult.xml
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200404nunit-*.xml
Ed Tanous56795222017-04-06 13:27:25 -0700405
406# Build Results of an ATL Project
407[Dd]ebugPS/
408[Rr]eleasePS/
409dlldata.c
410
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200411# Benchmark Results
412BenchmarkDotNet.Artifacts/
413
Ed Tanous56795222017-04-06 13:27:25 -0700414# .NET Core
415project.lock.json
416project.fragment.lock.json
417artifacts/
Ed Tanous56795222017-04-06 13:27:25 -0700418
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200419# StyleCop
420StyleCopReport.xml
421
422# Files built by Visual Studio
Ed Tanous56795222017-04-06 13:27:25 -0700423*_i.c
424*_p.c
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200425*_h.h
Ed Tanous56795222017-04-06 13:27:25 -0700426*.ilk
427*.meta
428*.obj
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200429*.iobj
Ed Tanous56795222017-04-06 13:27:25 -0700430*.pch
431*.pdb
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200432*.ipdb
Ed Tanous56795222017-04-06 13:27:25 -0700433*.pgc
434*.pgd
435*.rsp
436*.sbr
437*.tlb
438*.tli
439*.tlh
Ed Tanous56795222017-04-06 13:27:25 -0700440*.tmp_proj
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200441*_wpftmp.csproj
Ed Tanous56795222017-04-06 13:27:25 -0700442*.log
443*.vspscc
444*.vssscc
445.builds
446*.pidb
447*.svclog
448*.scc
449
450# Chutzpah Test files
451_Chutzpah*
452
453# Visual C++ cache files
454ipch/
455*.aps
456*.ncb
457*.opendb
458*.opensdf
459*.sdf
460*.cachefile
461*.VC.db
462*.VC.VC.opendb
463
464# Visual Studio profiler
465*.psess
466*.vsp
467*.vspx
468*.sap
469
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200470# Visual Studio Trace Files
471*.e2e
472
Ed Tanous56795222017-04-06 13:27:25 -0700473# TFS 2012 Local Workspace
474$tf/
475
476# Guidance Automation Toolkit
477*.gpState
478
479# ReSharper is a .NET coding add-in
480_ReSharper*/
481*.[Rr]e[Ss]harper
482*.DotSettings.user
483
Ed Tanous56795222017-04-06 13:27:25 -0700484# TeamCity is a build add-in
485_TeamCity*
486
487# DotCover is a Code Coverage Tool
488*.dotCover
489
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200490# AxoCover is a Code Coverage Tool
491.axoCover/*
492!.axoCover/settings.json
493
494# Coverlet is a free, cross platform Code Coverage Tool
495coverage*[.json, .xml, .info]
496
Ed Tanous56795222017-04-06 13:27:25 -0700497# Visual Studio code coverage results
498*.coverage
499*.coveragexml
500
501# NCrunch
502_NCrunch_*
503.*crunch*.local.xml
504nCrunchTemp_*
505
506# MightyMoose
507*.mm.*
508AutoTest.Net/
509
510# Web workbench (sass)
511.sass-cache/
512
513# Installshield output folder
514[Ee]xpress/
515
516# DocProject is a documentation generator add-in
517DocProject/buildhelp/
518DocProject/Help/*.HxT
519DocProject/Help/*.HxC
520DocProject/Help/*.hhc
521DocProject/Help/*.hhk
522DocProject/Help/*.hhp
523DocProject/Help/Html2
524DocProject/Help/html
525
526# Click-Once directory
527publish/
528
529# Publish Web Output
530*.[Pp]ublish.xml
531*.azurePubxml
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200532# Note: Comment the next line if you want to checkin your web deploy settings,
Ed Tanous56795222017-04-06 13:27:25 -0700533# but database connection strings (with potential passwords) will be unencrypted
534*.pubxml
535*.publishproj
536
537# Microsoft Azure Web App publish settings. Comment the next line if you want to
538# checkin your Azure Web App publish settings, but sensitive information contained
539# in these scripts will be unencrypted
540PublishScripts/
541
542# NuGet Packages
543*.nupkg
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200544# NuGet Symbol Packages
545*.snupkg
Ed Tanous56795222017-04-06 13:27:25 -0700546# The packages folder can be ignored because of Package Restore
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200547**/[Pp]ackages/*
Ed Tanous56795222017-04-06 13:27:25 -0700548# except build/, which is used as an MSBuild target.
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200549!**/[Pp]ackages/build/
Ed Tanous56795222017-04-06 13:27:25 -0700550# Uncomment if necessary however generally it will be regenerated when needed
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200551#!**/[Pp]ackages/repositories.config
Ed Tanous56795222017-04-06 13:27:25 -0700552# NuGet v3's project.json files produces more ignorable files
553*.nuget.props
554*.nuget.targets
555
556# Microsoft Azure Build Output
557csx/
558*.build.csdef
559
560# Microsoft Azure Emulator
561ecf/
562rcf/
563
564# Windows Store app package directories and files
565AppPackages/
566BundleArtifacts/
567Package.StoreAssociation.xml
568_pkginfo.txt
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200569*.appx
570*.appxbundle
571*.appxupload
Ed Tanous56795222017-04-06 13:27:25 -0700572
573# Visual Studio cache files
574# files ending in .cache can be ignored
575*.[Cc]ache
576# but keep track of directories ending in .cache
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200577!?*.[Cc]ache/
Ed Tanous56795222017-04-06 13:27:25 -0700578
579# Others
580ClientBin/
581~$*
582*.dbmdl
583*.dbproj.schemaview
584*.jfm
585*.pfx
586*.publishsettings
587orleans.codegen.cs
588
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200589# Including strong name files can present a security risk
590# (https://github.com/github/gitignore/pull/2483#issue-259490424)
591#*.snk
592
Ed Tanous56795222017-04-06 13:27:25 -0700593# Since there are multiple workflows, uncomment next line to ignore bower_components
594# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
595#bower_components/
596
597# RIA/Silverlight projects
598Generated_Code/
599
600# Backup & report files from converting an old project file
601# to a newer Visual Studio version. Backup files are not needed,
602# because we have git ;-)
603_UpgradeReport_Files/
604Backup*/
605UpgradeLog*.XML
606UpgradeLog*.htm
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200607ServiceFabricBackup/
608*.rptproj.bak
Ed Tanous56795222017-04-06 13:27:25 -0700609
610# SQL Server files
611*.mdf
612*.ldf
613*.ndf
614
615# Business Intelligence projects
616*.rdl.data
617*.bim.layout
618*.bim_*.settings
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200619*.rptproj.rsuser
620*- [Bb]ackup.rdl
621*- [Bb]ackup ([0-9]).rdl
622*- [Bb]ackup ([0-9][0-9]).rdl
Ed Tanous56795222017-04-06 13:27:25 -0700623
624# Microsoft Fakes
625FakesAssemblies/
626
627# GhostDoc plugin setting file
628*.GhostDoc.xml
629
630# Node.js Tools for Visual Studio
631.ntvs_analysis.dat
632node_modules/
633
Ed Tanous56795222017-04-06 13:27:25 -0700634# Visual Studio 6 build log
635*.plg
636
637# Visual Studio 6 workspace options file
638*.opt
639
640# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
641*.vbw
642
643# Visual Studio LightSwitch build output
644**/*.HTMLClient/GeneratedArtifacts
645**/*.DesktopClient/GeneratedArtifacts
646**/*.DesktopClient/ModelManifest.xml
647**/*.Server/GeneratedArtifacts
648**/*.Server/ModelManifest.xml
649_Pvt_Extensions
650
651# Paket dependency manager
652.paket/paket.exe
653paket-files/
654
655# FAKE - F# Make
656.fake/
657
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200658# CodeRush personal settings
659.cr/personal
Ed Tanous56795222017-04-06 13:27:25 -0700660
661# Python Tools for Visual Studio (PTVS)
662__pycache__/
663*.pyc
664
665# Cake - Uncomment if you are using it
666# tools/**
667# !tools/packages.config
668
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200669# Tabs Studio
670*.tss
671
Ed Tanous56795222017-04-06 13:27:25 -0700672# Telerik's JustMock configuration file
673*.jmconfig
674
675# BizTalk build output
676*.btp.cs
677*.btm.cs
678*.odx.cs
679*.xsd.cs
680
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200681# OpenCover UI analysis results
682OpenCover/
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100683
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200684# Azure Stream Analytics local run output
685ASALocalRun/
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100686
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200687# MSBuild Binary and Structured Log
688*.binlog
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100689
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200690# NVidia Nsight GPU debugger configuration file
691*.nvuser
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100692
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200693# MFractors (Xamarin productivity tool) working folder
694.mfractor/
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100695
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200696# Local History for Visual Studio
697.localhistory/
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100698
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200699# BeatPulse healthcheck temp database
700healthchecksdb
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100701
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200702# Backup folder for Package Reference Convert tool in Visual Studio 2017
703MigrationBackup/
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100704
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200705# Ionide (cross platform F# VS Code tools) working folder
706.ionide/
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100707
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200708# End of https://www.toptal.com/developers/gitignore/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse,meson