mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
76 lines
924 B
Plaintext
76 lines
924 B
Plaintext
# Build artifacts
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Rr]elease/
|
|
[Dd]ebug/
|
|
[Xx]64/
|
|
[Aa][Rr][Mm]/
|
|
[Aa][Rr][Mm]64/
|
|
|
|
# User-local settings and caches
|
|
*.rsuser
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
*.userprefs
|
|
_ReSharper.**
|
|
*.[Rr]e[Ss]harper
|
|
*.DotSettings.user
|
|
.devcontainer/
|
|
.vscode/
|
|
.vs/
|
|
|
|
# Visual Studio cache files
|
|
# files ending in .cache can be ignored
|
|
*.[Cc]ache
|
|
# but keep track of directories ending in .cache
|
|
!?*.[Cc]ache/
|
|
|
|
# Roslyn generated cs files
|
|
**.g.cs
|
|
|
|
# Common temporary files
|
|
~$*
|
|
*~
|
|
|
|
# Exclude everything in packages directory except the packages/build directory
|
|
**/[Pp]ackages/*
|
|
!**/[Pp]ackages/build/
|
|
|
|
# API Docs
|
|
docfx/api
|
|
docfx/_site
|
|
|
|
# Test Results
|
|
UnitTests/TestResults
|
|
TestResults
|
|
|
|
# git merge files
|
|
*.orig
|
|
*.theirs
|
|
*.ours
|
|
|
|
demo.*
|
|
|
|
*.deb
|
|
|
|
*.tui/
|
|
|
|
*.dotCover
|
|
|
|
logs/
|
|
|
|
BenchmarkDotNet.Artifacts/
|
|
|
|
*.log
|
|
|
|
*.log.*
|
|
|
|
log.*
|
|
|
|
/Tests/coverage/
|
|
!/Tests/coverage/.gitkeep # keep folder in repo
|
|
/Tests/report/
|
|
*.cobertura.xml
|