134 lines
2.1 KiB
Plaintext
134 lines
2.1 KiB
Plaintext
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
|
|
# =========================
|
|
# User-specific files
|
|
# =========================
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# =========================
|
|
# Build results
|
|
# =========================
|
|
[Dd]ebug/
|
|
[Dd]ebugPublic/
|
|
[Rr]elease/
|
|
[Rr]eleases/
|
|
x64/
|
|
x86/
|
|
[Aa][Rr][Mm]/
|
|
[Aa][Rr][Mm]64/
|
|
bld/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Ll]og/
|
|
[Ll]ogs/
|
|
|
|
# =========================
|
|
# IDE and Editor files
|
|
# =========================
|
|
# Visual Studio 2015/2017/2019/2022 cache/options directory
|
|
.vs/
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
|
|
# JetBrains Rider
|
|
.idea/
|
|
*.sln.iml
|
|
|
|
# =========================
|
|
# .NET Core
|
|
# =========================
|
|
project.lock.json
|
|
project.fragment.lock.json
|
|
artifacts/
|
|
|
|
# ASP.NET Scaffolding
|
|
ScaffoldingReadMe.txt
|
|
|
|
# =========================
|
|
# Node.js / Frontend
|
|
# =========================
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
dist/
|
|
.nuxt/
|
|
.output/
|
|
|
|
# =========================
|
|
# Generated files
|
|
# =========================
|
|
# PDF files (generated)
|
|
pdfs/
|
|
*.pdf
|
|
|
|
# Image files (generated output)
|
|
/src/HtmlToPdfService.Api/files/
|
|
/mvp/HtmlToPdfService.Api/pdfs/
|
|
|
|
# =========================
|
|
# NuGet Packages
|
|
# =========================
|
|
*.nupkg
|
|
*.snupkg
|
|
**/packages/*
|
|
|
|
# =========================
|
|
# Chromium / Puppeteer
|
|
# =========================
|
|
.local-chromium/
|
|
**/.local-chromium/
|
|
|
|
# =========================
|
|
# Logs and runtime files
|
|
# =========================
|
|
/src/HtmlToPdfService.Api/logs/
|
|
/mvp/HtmlToPdfService.Api/logs/
|
|
*.log
|
|
|
|
# =========================
|
|
# Environment files
|
|
# =========================
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
appsettings.*.local.json
|
|
|
|
# =========================
|
|
# OS generated files
|
|
# =========================
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# =========================
|
|
# Test results
|
|
# =========================
|
|
TestResults/
|
|
*.trx
|
|
coverage/
|
|
*.coveragexml
|
|
|
|
# =========================
|
|
# Docker
|
|
# =========================
|
|
docker-compose.override.yml
|
|
|
|
# =========================
|
|
# Temporary files
|
|
# =========================
|
|
*.tmp
|
|
*.temp
|
|
*.swp
|
|
*~ |