* Initial plan * Initial exploration and plan for Copilot instructions Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com> * Create comprehensive GitHub Copilot instructions for dotnet/core repository Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com> * Fix JSON_PRETTIER formatting error in markdown-link-check-config.json Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com> --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com> Co-authored-by: Jon Galloway <jongalloway@gmail.com> Co-authored-by: James Montemagno <james.montemagno@gmail.com>
50 lines
469 B
Plaintext
50 lines
469 B
Plaintext
*.swp
|
|
*.*~
|
|
project.lock.json
|
|
.DS_Store
|
|
*.pyc
|
|
nupkg/
|
|
|
|
# Visual Studio Code
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
|
|
# Rider
|
|
.idea/
|
|
|
|
# Visual Studio
|
|
.vs/
|
|
|
|
# Fleet
|
|
.fleet/
|
|
|
|
# Code Rush
|
|
.cr/
|
|
|
|
# User-specific files
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Dd]ebugPublic/
|
|
[Rr]elease/
|
|
[Rr]eleases/
|
|
x64/
|
|
x86/
|
|
build/
|
|
bld/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Oo]ut/
|
|
msbuild.log
|
|
msbuild.err
|
|
msbuild.wrn
|
|
|
|
# Node.js build artifacts
|
|
node_modules/
|
|
package-lock.json
|
|
package.json
|