xref: /openbmc/bmcweb/.gitignore (revision 6e5a3269)
10fdddb1bSEd Tanous/build*
20fdddb1bSEd Tanous*.pem
30fdddb1bSEd Tanous*.crt
40fdddb1bSEd Tanous*.key
55679522bSEd Tanous
6*6e5a3269SNan Zhou# project specific
775312981SEd Tanous/include/bmcweb_config.h
8*6e5a3269SNan Zhoubmcweb_persistent_data.json
95679522bSEd Tanous
10*6e5a3269SNan Zhou# Created by https://www.toptal.com/developers/gitignore/api/osx,linux,clion,meson,eclipse,windows,visualstudio,visualstudiocode
11*6e5a3269SNan Zhou# Edit at https://www.toptal.com/developers/gitignore/api/osx,linux,clion,meson,eclipse,windows,visualstudio,visualstudiocode
12f451bec0SJosh Lehan
13f451bec0SJosh Lehan### CLion ###
14f451bec0SJosh Lehan# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
15f451bec0SJosh Lehan# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
16f451bec0SJosh Lehan
17f451bec0SJosh Lehan# User-specific stuff
18f451bec0SJosh Lehan.idea/**/workspace.xml
19f451bec0SJosh Lehan.idea/**/tasks.xml
20f451bec0SJosh Lehan.idea/**/usage.statistics.xml
21f451bec0SJosh Lehan.idea/**/dictionaries
22f451bec0SJosh Lehan.idea/**/shelf
23f451bec0SJosh Lehan
24f451bec0SJosh Lehan# AWS User-specific
25f451bec0SJosh Lehan.idea/**/aws.xml
26f451bec0SJosh Lehan
27f451bec0SJosh Lehan# Generated files
28f451bec0SJosh Lehan.idea/**/contentModel.xml
29f451bec0SJosh Lehan
30f451bec0SJosh Lehan# Sensitive or high-churn files
31f451bec0SJosh Lehan.idea/**/dataSources/
32f451bec0SJosh Lehan.idea/**/dataSources.ids
33f451bec0SJosh Lehan.idea/**/dataSources.local.xml
34f451bec0SJosh Lehan.idea/**/sqlDataSources.xml
35f451bec0SJosh Lehan.idea/**/dynamic.xml
36f451bec0SJosh Lehan.idea/**/uiDesigner.xml
37f451bec0SJosh Lehan.idea/**/dbnavigator.xml
38f451bec0SJosh Lehan
39f451bec0SJosh Lehan# Gradle
40f451bec0SJosh Lehan.idea/**/gradle.xml
41f451bec0SJosh Lehan.idea/**/libraries
42f451bec0SJosh Lehan
43f451bec0SJosh Lehan# Gradle and Maven with auto-import
44f451bec0SJosh Lehan# When using Gradle or Maven with auto-import, you should exclude module files,
45f451bec0SJosh Lehan# since they will be recreated, and may cause churn.  Uncomment if using
46f451bec0SJosh Lehan# auto-import.
47f451bec0SJosh Lehan# .idea/artifacts
48f451bec0SJosh Lehan# .idea/compiler.xml
49f451bec0SJosh Lehan# .idea/jarRepositories.xml
50f451bec0SJosh Lehan# .idea/modules.xml
51f451bec0SJosh Lehan# .idea/*.iml
52f451bec0SJosh Lehan# .idea/modules
53f451bec0SJosh Lehan# *.iml
54f451bec0SJosh Lehan# *.ipr
55f451bec0SJosh Lehan
56f451bec0SJosh Lehan# CMake
57f451bec0SJosh Lehancmake-build-*/
58f451bec0SJosh Lehan
59f451bec0SJosh Lehan# Mongo Explorer plugin
60f451bec0SJosh Lehan.idea/**/mongoSettings.xml
61f451bec0SJosh Lehan
62f451bec0SJosh Lehan# File-based project format
63f451bec0SJosh Lehan*.iws
64f451bec0SJosh Lehan
65f451bec0SJosh Lehan# IntelliJ
66f451bec0SJosh Lehanout/
67f451bec0SJosh Lehan
68f451bec0SJosh Lehan# mpeltonen/sbt-idea plugin
69f451bec0SJosh Lehan.idea_modules/
70f451bec0SJosh Lehan
71f451bec0SJosh Lehan# JIRA plugin
72f451bec0SJosh Lehanatlassian-ide-plugin.xml
73f451bec0SJosh Lehan
74f451bec0SJosh Lehan# Cursive Clojure plugin
75f451bec0SJosh Lehan.idea/replstate.xml
76f451bec0SJosh Lehan
77f451bec0SJosh Lehan# Crashlytics plugin (for Android Studio and IntelliJ)
78f451bec0SJosh Lehancom_crashlytics_export_strings.xml
79f451bec0SJosh Lehancrashlytics.properties
80f451bec0SJosh Lehancrashlytics-build.properties
81f451bec0SJosh Lehanfabric.properties
82f451bec0SJosh Lehan
83f451bec0SJosh Lehan# Editor-based Rest Client
84f451bec0SJosh Lehan.idea/httpRequests
85f451bec0SJosh Lehan
86f451bec0SJosh Lehan# Android studio 3.1+ serialized cache file
87f451bec0SJosh Lehan.idea/caches/build_file_checksums.ser
88f451bec0SJosh Lehan
89f451bec0SJosh Lehan### CLion Patch ###
90f451bec0SJosh Lehan# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
91f451bec0SJosh Lehan
92f451bec0SJosh Lehan# *.iml
93f451bec0SJosh Lehan# modules.xml
94f451bec0SJosh Lehan# .idea/misc.xml
95f451bec0SJosh Lehan# *.ipr
96f451bec0SJosh Lehan
97f451bec0SJosh Lehan# Sonarlint plugin
98f451bec0SJosh Lehan# https://plugins.jetbrains.com/plugin/7973-sonarlint
99f451bec0SJosh Lehan.idea/**/sonarlint/
100f451bec0SJosh Lehan
101f451bec0SJosh Lehan# SonarQube Plugin
102f451bec0SJosh Lehan# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
103f451bec0SJosh Lehan.idea/**/sonarIssues.xml
104f451bec0SJosh Lehan
105f451bec0SJosh Lehan# Markdown Navigator plugin
106f451bec0SJosh Lehan# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
107f451bec0SJosh Lehan.idea/**/markdown-navigator.xml
108f451bec0SJosh Lehan.idea/**/markdown-navigator-enh.xml
109f451bec0SJosh Lehan.idea/**/markdown-navigator/
110f451bec0SJosh Lehan
111f451bec0SJosh Lehan# Cache file creation bug
112f451bec0SJosh Lehan# See https://youtrack.jetbrains.com/issue/JBR-2257
113f451bec0SJosh Lehan.idea/$CACHE_FILE$
114f451bec0SJosh Lehan
115f451bec0SJosh Lehan# CodeStream plugin
116f451bec0SJosh Lehan# https://plugins.jetbrains.com/plugin/12206-codestream
117f451bec0SJosh Lehan.idea/codestream.xml
1185679522bSEd Tanous
119c370fad0SWludzik, Jozef### Eclipse ###
120c370fad0SWludzik, Jozef.metadata
121c370fad0SWludzik, Jozefbin/
122c370fad0SWludzik, Jozeftmp/
123c370fad0SWludzik, Jozef*.tmp
124c370fad0SWludzik, Jozef*.bak
125c370fad0SWludzik, Jozef*.swp
126c370fad0SWludzik, Jozef*~.nib
127c370fad0SWludzik, Jozeflocal.properties
128c370fad0SWludzik, Jozef.settings/
129c370fad0SWludzik, Jozef.loadpath
130c370fad0SWludzik, Jozef.recommenders
1315679522bSEd Tanous
132c370fad0SWludzik, Jozef# External tool builders
133c370fad0SWludzik, Jozef.externalToolBuilders/
134c370fad0SWludzik, Jozef
135c370fad0SWludzik, Jozef# Locally stored "Eclipse launch configurations"
136c370fad0SWludzik, Jozef*.launch
137c370fad0SWludzik, Jozef
138c370fad0SWludzik, Jozef# PyDev specific (Python IDE for Eclipse)
139c370fad0SWludzik, Jozef*.pydevproject
140c370fad0SWludzik, Jozef
141c370fad0SWludzik, Jozef# CDT-specific (C/C++ Development Tooling)
142c370fad0SWludzik, Jozef.cproject
143c370fad0SWludzik, Jozef
144c370fad0SWludzik, Jozef# CDT- autotools
145c370fad0SWludzik, Jozef.autotools
146c370fad0SWludzik, Jozef
147c370fad0SWludzik, Jozef# Java annotation processor (APT)
148c370fad0SWludzik, Jozef.factorypath
149c370fad0SWludzik, Jozef
150c370fad0SWludzik, Jozef# PDT-specific (PHP Development Tools)
151c370fad0SWludzik, Jozef.buildpath
152c370fad0SWludzik, Jozef
153c370fad0SWludzik, Jozef# sbteclipse plugin
154c370fad0SWludzik, Jozef.target
155c370fad0SWludzik, Jozef
156c370fad0SWludzik, Jozef# Tern plugin
157c370fad0SWludzik, Jozef.tern-project
158c370fad0SWludzik, Jozef
159c370fad0SWludzik, Jozef# TeXlipse plugin
160c370fad0SWludzik, Jozef.texlipse
161c370fad0SWludzik, Jozef
162c370fad0SWludzik, Jozef# STS (Spring Tool Suite)
163c370fad0SWludzik, Jozef.springBeans
164c370fad0SWludzik, Jozef
165c370fad0SWludzik, Jozef# Code Recommenders
166c370fad0SWludzik, Jozef.recommenders/
167c370fad0SWludzik, Jozef
168c370fad0SWludzik, Jozef# Annotation Processing
169c370fad0SWludzik, Jozef.apt_generated/
170c370fad0SWludzik, Jozef.apt_generated_test/
171c370fad0SWludzik, Jozef
172c370fad0SWludzik, Jozef# Scala IDE specific (Scala & Java development for Eclipse)
173c370fad0SWludzik, Jozef.cache-main
174c370fad0SWludzik, Jozef.scala_dependencies
175c370fad0SWludzik, Jozef.worksheet
176c370fad0SWludzik, Jozef
177c370fad0SWludzik, Jozef# Uncomment this line if you wish to ignore the project description file.
178c370fad0SWludzik, Jozef# Typically, this file would be tracked if it contains build/dependency configurations:
179c370fad0SWludzik, Jozef#.project
180c370fad0SWludzik, Jozef
181c370fad0SWludzik, Jozef### Eclipse Patch ###
182c370fad0SWludzik, Jozef# Spring Boot Tooling
183c370fad0SWludzik, Jozef.sts4-cache/
1845679522bSEd Tanous
1855679522bSEd Tanous### Linux ###
1865679522bSEd Tanous*~
1875679522bSEd Tanous
1885679522bSEd Tanous# temporary files which can be created if a process still has a handle open of a deleted file
1895679522bSEd Tanous.fuse_hidden*
1905679522bSEd Tanous
1915679522bSEd Tanous# KDE directory preferences
1925679522bSEd Tanous.directory
1935679522bSEd Tanous
1945679522bSEd Tanous# Linux trash folder which might appear on any partition or disk
1955679522bSEd Tanous.Trash-*
1965679522bSEd Tanous
1975679522bSEd Tanous# .nfs files are created when an open file is removed but is still being accessed
1985679522bSEd Tanous.nfs*
1995679522bSEd Tanous
200c370fad0SWludzik, Jozef### Meson ###
201c370fad0SWludzik, Jozef# subproject directories
202c370fad0SWludzik, Jozef/subprojects/*
203c370fad0SWludzik, Jozef!/subprojects/*.wrap
204c370fad0SWludzik, Jozef
205c370fad0SWludzik, Jozef# Meson Directories
206c370fad0SWludzik, Jozefmeson-logs
207c370fad0SWludzik, Jozefmeson-private
208c370fad0SWludzik, Jozef
209c370fad0SWludzik, Jozef# Meson Files
210c370fad0SWludzik, Jozefmeson_benchmark_setup.dat
211c370fad0SWludzik, Jozefmeson_test_setup.dat
212c370fad0SWludzik, Jozefsanitycheckcpp.cc     # C++ specific
213c370fad0SWludzik, Jozefsanitycheckcpp.exe    # C++ specific
214c370fad0SWludzik, Jozef
215c370fad0SWludzik, Jozef# Ninja
216c370fad0SWludzik, Jozefbuild.ninja
217c370fad0SWludzik, Jozef.ninja_deps
218c370fad0SWludzik, Jozef.ninja_logs
219c370fad0SWludzik, Jozef
220c370fad0SWludzik, Jozef# Misc
221c370fad0SWludzik, Jozefcompile_commands.json
222c370fad0SWludzik, Jozef
2235679522bSEd Tanous### OSX ###
224c370fad0SWludzik, Jozef# General
225c370fad0SWludzik, Jozef.DS_Store
2265679522bSEd Tanous.AppleDouble
2275679522bSEd Tanous.LSOverride
2285679522bSEd Tanous
2295679522bSEd Tanous# Icon must end with two \r
2305679522bSEd TanousIcon
2315679522bSEd Tanous
232f451bec0SJosh Lehan
2335679522bSEd Tanous# Thumbnails
2345679522bSEd Tanous._*
2355679522bSEd Tanous
2365679522bSEd Tanous# Files that might appear in the root of a volume
2375679522bSEd Tanous.DocumentRevisions-V100
2385679522bSEd Tanous.fseventsd
2395679522bSEd Tanous.Spotlight-V100
2405679522bSEd Tanous.TemporaryItems
2415679522bSEd Tanous.Trashes
2425679522bSEd Tanous.VolumeIcon.icns
2435679522bSEd Tanous.com.apple.timemachine.donotpresent
2445679522bSEd Tanous
2455679522bSEd Tanous# Directories potentially created on remote AFP share
2465679522bSEd Tanous.AppleDB
2475679522bSEd Tanous.AppleDesktop
2485679522bSEd TanousNetwork Trash Folder
2495679522bSEd TanousTemporary Items
2505679522bSEd Tanous.apdisk
2515679522bSEd Tanous
2525679522bSEd Tanous### VisualStudioCode ###
253c370fad0SWludzik, Jozef.vscode/*
254c370fad0SWludzik, Jozef!.vscode/settings.json
255c370fad0SWludzik, Jozef!.vscode/tasks.json
256c370fad0SWludzik, Jozef!.vscode/launch.json
257c370fad0SWludzik, Jozef!.vscode/extensions.json
258c370fad0SWludzik, Jozef*.code-workspace
259c370fad0SWludzik, Jozef
260f451bec0SJosh Lehan# Local History for Visual Studio Code
261f451bec0SJosh Lehan.history/
262f451bec0SJosh Lehan
263c370fad0SWludzik, Jozef### VisualStudioCode Patch ###
264c370fad0SWludzik, Jozef# Ignore all local history of files
265c370fad0SWludzik, Jozef.history
266c370fad0SWludzik, Jozef.ionide
2675679522bSEd Tanous
268f451bec0SJosh Lehan# Support for Project snippet scope
269f451bec0SJosh Lehan!.vscode/*.code-snippets
270f451bec0SJosh Lehan
2715679522bSEd Tanous### Windows ###
2725679522bSEd Tanous# Windows thumbnail cache files
2735679522bSEd TanousThumbs.db
274c370fad0SWludzik, JozefThumbs.db:encryptable
2755679522bSEd Tanousehthumbs.db
2765679522bSEd Tanousehthumbs_vista.db
2775679522bSEd Tanous
278c370fad0SWludzik, Jozef# Dump file
279c370fad0SWludzik, Jozef*.stackdump
280c370fad0SWludzik, Jozef
2815679522bSEd Tanous# Folder config file
282c370fad0SWludzik, Jozef[Dd]esktop.ini
2835679522bSEd Tanous
2845679522bSEd Tanous# Recycle Bin used on file shares
2855679522bSEd Tanous$RECYCLE.BIN/
2865679522bSEd Tanous
2875679522bSEd Tanous# Windows Installer files
2885679522bSEd Tanous*.cab
2895679522bSEd Tanous*.msi
290c370fad0SWludzik, Jozef*.msix
2915679522bSEd Tanous*.msm
2925679522bSEd Tanous*.msp
2935679522bSEd Tanous
2945679522bSEd Tanous# Windows shortcuts
2955679522bSEd Tanous*.lnk
2965679522bSEd Tanous
2975679522bSEd Tanous### VisualStudio ###
2985679522bSEd Tanous## Ignore Visual Studio temporary files, build results, and
2995679522bSEd Tanous## files generated by popular Visual Studio add-ons.
3005679522bSEd Tanous##
3015679522bSEd Tanous## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
3025679522bSEd Tanous
3035679522bSEd Tanous# User-specific files
304c370fad0SWludzik, Jozef*.rsuser
3055679522bSEd Tanous*.suo
3065679522bSEd Tanous*.user
3075679522bSEd Tanous*.userosscache
3085679522bSEd Tanous*.sln.docstates
3095679522bSEd Tanous
3105679522bSEd Tanous# User-specific files (MonoDevelop/Xamarin Studio)
3115679522bSEd Tanous*.userprefs
3125679522bSEd Tanous
313c370fad0SWludzik, Jozef# Mono auto generated files
314c370fad0SWludzik, Jozefmono_crash.*
315c370fad0SWludzik, Jozef
3165679522bSEd Tanous# Build results
3175679522bSEd Tanous[Dd]ebug/
3185679522bSEd Tanous[Dd]ebugPublic/
3195679522bSEd Tanous[Rr]elease/
3205679522bSEd Tanous[Rr]eleases/
3215679522bSEd Tanousx64/
3225679522bSEd Tanousx86/
323f451bec0SJosh Lehan[Ww][Ii][Nn]32/
324c370fad0SWludzik, Jozef[Aa][Rr][Mm]/
325c370fad0SWludzik, Jozef[Aa][Rr][Mm]64/
3265679522bSEd Tanousbld/
3275679522bSEd Tanous[Bb]in/
3285679522bSEd Tanous[Oo]bj/
3295679522bSEd Tanous[Ll]og/
330c370fad0SWludzik, Jozef[Ll]ogs/
3315679522bSEd Tanous
332c370fad0SWludzik, Jozef# Visual Studio 2015/2017 cache/options directory
3335679522bSEd Tanous.vs/
3345679522bSEd Tanous# Uncomment if you have tasks that create the project's static files in wwwroot
3355679522bSEd Tanous#wwwroot/
3365679522bSEd Tanous
337c370fad0SWludzik, Jozef# Visual Studio 2017 auto generated files
338c370fad0SWludzik, JozefGenerated\ Files/
339c370fad0SWludzik, Jozef
3405679522bSEd Tanous# MSTest test Results
3415679522bSEd Tanous[Tt]est[Rr]esult*/
3425679522bSEd Tanous[Bb]uild[Ll]og.*
3435679522bSEd Tanous
344c370fad0SWludzik, Jozef# NUnit
3455679522bSEd Tanous*.VisualState.xml
3465679522bSEd TanousTestResult.xml
347c370fad0SWludzik, Jozefnunit-*.xml
3485679522bSEd Tanous
3495679522bSEd Tanous# Build Results of an ATL Project
3505679522bSEd Tanous[Dd]ebugPS/
3515679522bSEd Tanous[Rr]eleasePS/
3525679522bSEd Tanousdlldata.c
3535679522bSEd Tanous
354c370fad0SWludzik, Jozef# Benchmark Results
355c370fad0SWludzik, JozefBenchmarkDotNet.Artifacts/
356c370fad0SWludzik, Jozef
3575679522bSEd Tanous# .NET Core
3585679522bSEd Tanousproject.lock.json
3595679522bSEd Tanousproject.fragment.lock.json
3605679522bSEd Tanousartifacts/
3615679522bSEd Tanous
362f451bec0SJosh Lehan# ASP.NET Scaffolding
363f451bec0SJosh LehanScaffoldingReadMe.txt
364f451bec0SJosh Lehan
365c370fad0SWludzik, Jozef# StyleCop
366c370fad0SWludzik, JozefStyleCopReport.xml
367c370fad0SWludzik, Jozef
368c370fad0SWludzik, Jozef# Files built by Visual Studio
3695679522bSEd Tanous*_i.c
3705679522bSEd Tanous*_p.c
371c370fad0SWludzik, Jozef*_h.h
3725679522bSEd Tanous*.ilk
3735679522bSEd Tanous*.meta
3745679522bSEd Tanous*.obj
375c370fad0SWludzik, Jozef*.iobj
3765679522bSEd Tanous*.pch
3775679522bSEd Tanous*.pdb
378c370fad0SWludzik, Jozef*.ipdb
3795679522bSEd Tanous*.pgc
3805679522bSEd Tanous*.pgd
3815679522bSEd Tanous*.rsp
3825679522bSEd Tanous*.sbr
3835679522bSEd Tanous*.tlb
3845679522bSEd Tanous*.tli
3855679522bSEd Tanous*.tlh
3865679522bSEd Tanous*.tmp_proj
387c370fad0SWludzik, Jozef*_wpftmp.csproj
3885679522bSEd Tanous*.log
389f451bec0SJosh Lehan*.tlog
3905679522bSEd Tanous*.vspscc
3915679522bSEd Tanous*.vssscc
3925679522bSEd Tanous.builds
3935679522bSEd Tanous*.pidb
3945679522bSEd Tanous*.svclog
3955679522bSEd Tanous*.scc
3965679522bSEd Tanous
3975679522bSEd Tanous# Chutzpah Test files
3985679522bSEd Tanous_Chutzpah*
3995679522bSEd Tanous
4005679522bSEd Tanous# Visual C++ cache files
4015679522bSEd Tanousipch/
4025679522bSEd Tanous*.aps
4035679522bSEd Tanous*.ncb
4045679522bSEd Tanous*.opendb
4055679522bSEd Tanous*.opensdf
4065679522bSEd Tanous*.sdf
4075679522bSEd Tanous*.cachefile
4085679522bSEd Tanous*.VC.db
4095679522bSEd Tanous*.VC.VC.opendb
4105679522bSEd Tanous
4115679522bSEd Tanous# Visual Studio profiler
4125679522bSEd Tanous*.psess
4135679522bSEd Tanous*.vsp
4145679522bSEd Tanous*.vspx
4155679522bSEd Tanous*.sap
4165679522bSEd Tanous
417c370fad0SWludzik, Jozef# Visual Studio Trace Files
418c370fad0SWludzik, Jozef*.e2e
419c370fad0SWludzik, Jozef
4205679522bSEd Tanous# TFS 2012 Local Workspace
4215679522bSEd Tanous$tf/
4225679522bSEd Tanous
4235679522bSEd Tanous# Guidance Automation Toolkit
4245679522bSEd Tanous*.gpState
4255679522bSEd Tanous
4265679522bSEd Tanous# ReSharper is a .NET coding add-in
4275679522bSEd Tanous_ReSharper*/
4285679522bSEd Tanous*.[Rr]e[Ss]harper
4295679522bSEd Tanous*.DotSettings.user
4305679522bSEd Tanous
4315679522bSEd Tanous# TeamCity is a build add-in
4325679522bSEd Tanous_TeamCity*
4335679522bSEd Tanous
4345679522bSEd Tanous# DotCover is a Code Coverage Tool
4355679522bSEd Tanous*.dotCover
4365679522bSEd Tanous
437c370fad0SWludzik, Jozef# AxoCover is a Code Coverage Tool
438c370fad0SWludzik, Jozef.axoCover/*
439c370fad0SWludzik, Jozef!.axoCover/settings.json
440c370fad0SWludzik, Jozef
441c370fad0SWludzik, Jozef# Coverlet is a free, cross platform Code Coverage Tool
442f451bec0SJosh Lehancoverage*.json
443f451bec0SJosh Lehancoverage*.xml
444f451bec0SJosh Lehancoverage*.info
445c370fad0SWludzik, Jozef
4465679522bSEd Tanous# Visual Studio code coverage results
4475679522bSEd Tanous*.coverage
4485679522bSEd Tanous*.coveragexml
4495679522bSEd Tanous
4505679522bSEd Tanous# NCrunch
4515679522bSEd Tanous_NCrunch_*
4525679522bSEd Tanous.*crunch*.local.xml
4535679522bSEd TanousnCrunchTemp_*
4545679522bSEd Tanous
4555679522bSEd Tanous# MightyMoose
4565679522bSEd Tanous*.mm.*
4575679522bSEd TanousAutoTest.Net/
4585679522bSEd Tanous
4595679522bSEd Tanous# Web workbench (sass)
4605679522bSEd Tanous.sass-cache/
4615679522bSEd Tanous
4625679522bSEd Tanous# Installshield output folder
4635679522bSEd Tanous[Ee]xpress/
4645679522bSEd Tanous
4655679522bSEd Tanous# DocProject is a documentation generator add-in
4665679522bSEd TanousDocProject/buildhelp/
4675679522bSEd TanousDocProject/Help/*.HxT
4685679522bSEd TanousDocProject/Help/*.HxC
4695679522bSEd TanousDocProject/Help/*.hhc
4705679522bSEd TanousDocProject/Help/*.hhk
4715679522bSEd TanousDocProject/Help/*.hhp
4725679522bSEd TanousDocProject/Help/Html2
4735679522bSEd TanousDocProject/Help/html
4745679522bSEd Tanous
4755679522bSEd Tanous# Click-Once directory
4765679522bSEd Tanouspublish/
4775679522bSEd Tanous
4785679522bSEd Tanous# Publish Web Output
4795679522bSEd Tanous*.[Pp]ublish.xml
4805679522bSEd Tanous*.azurePubxml
481c370fad0SWludzik, Jozef# Note: Comment the next line if you want to checkin your web deploy settings,
4825679522bSEd Tanous# but database connection strings (with potential passwords) will be unencrypted
4835679522bSEd Tanous*.pubxml
4845679522bSEd Tanous*.publishproj
4855679522bSEd Tanous
4865679522bSEd Tanous# Microsoft Azure Web App publish settings. Comment the next line if you want to
4875679522bSEd Tanous# checkin your Azure Web App publish settings, but sensitive information contained
4885679522bSEd Tanous# in these scripts will be unencrypted
4895679522bSEd TanousPublishScripts/
4905679522bSEd Tanous
4915679522bSEd Tanous# NuGet Packages
4925679522bSEd Tanous*.nupkg
493c370fad0SWludzik, Jozef# NuGet Symbol Packages
494c370fad0SWludzik, Jozef*.snupkg
4955679522bSEd Tanous# The packages folder can be ignored because of Package Restore
496c370fad0SWludzik, Jozef**/[Pp]ackages/*
4975679522bSEd Tanous# except build/, which is used as an MSBuild target.
498c370fad0SWludzik, Jozef!**/[Pp]ackages/build/
4995679522bSEd Tanous# Uncomment if necessary however generally it will be regenerated when needed
500c370fad0SWludzik, Jozef#!**/[Pp]ackages/repositories.config
5015679522bSEd Tanous# NuGet v3's project.json files produces more ignorable files
5025679522bSEd Tanous*.nuget.props
5035679522bSEd Tanous*.nuget.targets
5045679522bSEd Tanous
505f451bec0SJosh Lehan# Nuget personal access tokens and Credentials
506f451bec0SJosh Lehan# nuget.config
507f451bec0SJosh Lehan
5085679522bSEd Tanous# Microsoft Azure Build Output
5095679522bSEd Tanouscsx/
5105679522bSEd Tanous*.build.csdef
5115679522bSEd Tanous
5125679522bSEd Tanous# Microsoft Azure Emulator
5135679522bSEd Tanousecf/
5145679522bSEd Tanousrcf/
5155679522bSEd Tanous
5165679522bSEd Tanous# Windows Store app package directories and files
5175679522bSEd TanousAppPackages/
5185679522bSEd TanousBundleArtifacts/
5195679522bSEd TanousPackage.StoreAssociation.xml
5205679522bSEd Tanous_pkginfo.txt
521c370fad0SWludzik, Jozef*.appx
522c370fad0SWludzik, Jozef*.appxbundle
523c370fad0SWludzik, Jozef*.appxupload
5245679522bSEd Tanous
5255679522bSEd Tanous# Visual Studio cache files
5265679522bSEd Tanous# files ending in .cache can be ignored
5275679522bSEd Tanous*.[Cc]ache
5285679522bSEd Tanous# but keep track of directories ending in .cache
529c370fad0SWludzik, Jozef!?*.[Cc]ache/
5305679522bSEd Tanous
5315679522bSEd Tanous# Others
5325679522bSEd TanousClientBin/
5335679522bSEd Tanous~$*
5345679522bSEd Tanous*.dbmdl
5355679522bSEd Tanous*.dbproj.schemaview
5365679522bSEd Tanous*.jfm
5375679522bSEd Tanous*.pfx
5385679522bSEd Tanous*.publishsettings
5395679522bSEd Tanousorleans.codegen.cs
5405679522bSEd Tanous
541c370fad0SWludzik, Jozef# Including strong name files can present a security risk
542c370fad0SWludzik, Jozef# (https://github.com/github/gitignore/pull/2483#issue-259490424)
543c370fad0SWludzik, Jozef#*.snk
544c370fad0SWludzik, Jozef
5455679522bSEd Tanous# Since there are multiple workflows, uncomment next line to ignore bower_components
5465679522bSEd Tanous# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
5475679522bSEd Tanous#bower_components/
5485679522bSEd Tanous
5495679522bSEd Tanous# RIA/Silverlight projects
5505679522bSEd TanousGenerated_Code/
5515679522bSEd Tanous
5525679522bSEd Tanous# Backup & report files from converting an old project file
5535679522bSEd Tanous# to a newer Visual Studio version. Backup files are not needed,
5545679522bSEd Tanous# because we have git ;-)
5555679522bSEd Tanous_UpgradeReport_Files/
5565679522bSEd TanousBackup*/
5575679522bSEd TanousUpgradeLog*.XML
5585679522bSEd TanousUpgradeLog*.htm
559c370fad0SWludzik, JozefServiceFabricBackup/
560c370fad0SWludzik, Jozef*.rptproj.bak
5615679522bSEd Tanous
5625679522bSEd Tanous# SQL Server files
5635679522bSEd Tanous*.mdf
5645679522bSEd Tanous*.ldf
5655679522bSEd Tanous*.ndf
5665679522bSEd Tanous
5675679522bSEd Tanous# Business Intelligence projects
5685679522bSEd Tanous*.rdl.data
5695679522bSEd Tanous*.bim.layout
5705679522bSEd Tanous*.bim_*.settings
571c370fad0SWludzik, Jozef*.rptproj.rsuser
572c370fad0SWludzik, Jozef*- [Bb]ackup.rdl
573c370fad0SWludzik, Jozef*- [Bb]ackup ([0-9]).rdl
574c370fad0SWludzik, Jozef*- [Bb]ackup ([0-9][0-9]).rdl
5755679522bSEd Tanous
5765679522bSEd Tanous# Microsoft Fakes
5775679522bSEd TanousFakesAssemblies/
5785679522bSEd Tanous
5795679522bSEd Tanous# GhostDoc plugin setting file
5805679522bSEd Tanous*.GhostDoc.xml
5815679522bSEd Tanous
5825679522bSEd Tanous# Node.js Tools for Visual Studio
5835679522bSEd Tanous.ntvs_analysis.dat
5845679522bSEd Tanousnode_modules/
5855679522bSEd Tanous
5865679522bSEd Tanous# Visual Studio 6 build log
5875679522bSEd Tanous*.plg
5885679522bSEd Tanous
5895679522bSEd Tanous# Visual Studio 6 workspace options file
5905679522bSEd Tanous*.opt
5915679522bSEd Tanous
5925679522bSEd Tanous# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
5935679522bSEd Tanous*.vbw
5945679522bSEd Tanous
5955679522bSEd Tanous# Visual Studio LightSwitch build output
5965679522bSEd Tanous**/*.HTMLClient/GeneratedArtifacts
5975679522bSEd Tanous**/*.DesktopClient/GeneratedArtifacts
5985679522bSEd Tanous**/*.DesktopClient/ModelManifest.xml
5995679522bSEd Tanous**/*.Server/GeneratedArtifacts
6005679522bSEd Tanous**/*.Server/ModelManifest.xml
6015679522bSEd Tanous_Pvt_Extensions
6025679522bSEd Tanous
6035679522bSEd Tanous# Paket dependency manager
6045679522bSEd Tanous.paket/paket.exe
6055679522bSEd Tanouspaket-files/
6065679522bSEd Tanous
6075679522bSEd Tanous# FAKE - F# Make
6085679522bSEd Tanous.fake/
6095679522bSEd Tanous
610c370fad0SWludzik, Jozef# CodeRush personal settings
611c370fad0SWludzik, Jozef.cr/personal
6125679522bSEd Tanous
6135679522bSEd Tanous# Python Tools for Visual Studio (PTVS)
6145679522bSEd Tanous__pycache__/
6155679522bSEd Tanous*.pyc
6165679522bSEd Tanous
6175679522bSEd Tanous# Cake - Uncomment if you are using it
6185679522bSEd Tanous# tools/**
6195679522bSEd Tanous# !tools/packages.config
6205679522bSEd Tanous
621c370fad0SWludzik, Jozef# Tabs Studio
622c370fad0SWludzik, Jozef*.tss
623c370fad0SWludzik, Jozef
6245679522bSEd Tanous# Telerik's JustMock configuration file
6255679522bSEd Tanous*.jmconfig
6265679522bSEd Tanous
6275679522bSEd Tanous# BizTalk build output
6285679522bSEd Tanous*.btp.cs
6295679522bSEd Tanous*.btm.cs
6305679522bSEd Tanous*.odx.cs
6315679522bSEd Tanous*.xsd.cs
6325679522bSEd Tanous
633c370fad0SWludzik, Jozef# OpenCover UI analysis results
634c370fad0SWludzik, JozefOpenCover/
635005a58fdSKowalski, Kamil
636c370fad0SWludzik, Jozef# Azure Stream Analytics local run output
637c370fad0SWludzik, JozefASALocalRun/
638005a58fdSKowalski, Kamil
639c370fad0SWludzik, Jozef# MSBuild Binary and Structured Log
640c370fad0SWludzik, Jozef*.binlog
641005a58fdSKowalski, Kamil
642c370fad0SWludzik, Jozef# NVidia Nsight GPU debugger configuration file
643c370fad0SWludzik, Jozef*.nvuser
644005a58fdSKowalski, Kamil
645c370fad0SWludzik, Jozef# MFractors (Xamarin productivity tool) working folder
646c370fad0SWludzik, Jozef.mfractor/
647005a58fdSKowalski, Kamil
648c370fad0SWludzik, Jozef# Local History for Visual Studio
649c370fad0SWludzik, Jozef.localhistory/
650005a58fdSKowalski, Kamil
651c370fad0SWludzik, Jozef# BeatPulse healthcheck temp database
652c370fad0SWludzik, Jozefhealthchecksdb
653005a58fdSKowalski, Kamil
654c370fad0SWludzik, Jozef# Backup folder for Package Reference Convert tool in Visual Studio 2017
655c370fad0SWludzik, JozefMigrationBackup/
656005a58fdSKowalski, Kamil
657c370fad0SWludzik, Jozef# Ionide (cross platform F# VS Code tools) working folder
658c370fad0SWludzik, Jozef.ionide/
659005a58fdSKowalski, Kamil
660f451bec0SJosh Lehan# Fody - auto-generated XML schema
661f451bec0SJosh LehanFodyWeavers.xsd
662f451bec0SJosh Lehan
663f451bec0SJosh Lehan# VS Code files for those working on multiple tools
664f451bec0SJosh Lehan
665f451bec0SJosh Lehan# Local History for Visual Studio Code
666f451bec0SJosh Lehan
667f451bec0SJosh Lehan# Windows Installer files from build outputs
668f451bec0SJosh Lehan
669f451bec0SJosh Lehan# JetBrains Rider
670f451bec0SJosh Lehan.idea/
671f451bec0SJosh Lehan*.sln.iml
672f451bec0SJosh Lehan
673f451bec0SJosh Lehan### VisualStudio Patch ###
674f451bec0SJosh Lehan# Additional files built by Visual Studio
675f451bec0SJosh Lehan
676*6e5a3269SNan Zhou# End of https://www.toptal.com/developers/gitignore/api/osx,linux,clion,meson,eclipse,windows,visualstudio,visualstudiocode
677