Files
RealCV/.gitignore
Peter Foster 473bef96e9 chore: Update all TrueCV references to RealCV
- Updated Dockerfiles (Dockerfile, Dockerfile.migrations)
- Updated docker-compose.yml (service names, container names, network)
- Updated deploy scripts (README.md, server-setup.sh, deploy.sh)
- Updated .gitignore
- Updated all strategy documentation files
- Updated app.js comment

Note: Passwords containing "TrueCV" were intentionally preserved.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 21:01:07 +00:00

225 lines
2.4 KiB
Plaintext

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# Visual Studio files
.vs/
*.suo
*.user
*.userosscache
*.sln.docstates
*.rsuser
*.userprefs
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Rider
.idea/
*.sln.iml
# MSBuild
*.log
msbuild.*.binlog
# NuGet
*.nupkg
*.snupkg
.nuget/
nuget.exe
packages/
project.lock.json
project.fragment.lock.json
# ASP.NET scaffolding
ScaffoldingReadMe.txt
# StyleCop
StyleCopReport.xml
# Files built by Visual Studio
*_i.c
*_p.c
*_h.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
TestResult.xml
nunit-*.xml
*.trx
# Coverage Results
*.coverage
*.coveragexml
coverage*.json
coverage*.xml
lcov.info
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# DocProject
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# ReSharper
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# TeamCity
_TeamCity*
# DotCover
*.dotCover
# AxoCover
.axoCover/*
!.axoCover/settings.json
# Coverlet
coverage*.json
# NCrunch
*.ncrunch*
_NCrunch_*
.*crunch*.local.xml
# MiniProfiler
App_Data/*.mdf
App_Data/*.ldf
# ServiceStack
App_Data/*.db
# Entity Framework
*.mdf
*.ldf
# Publishing
PublishProfiles/
publish/
*.Publish.xml
*.azurePubxml
*.pubxml
*.pubxml.user
# NuGet packages config
packages.config
# Backup & report files
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
# SQL Server files
*.mdf
*.ldf
*.ndf
# Business Intelligence
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Linux
*~
# Environment and secrets
.env
.env.*
*.env
appsettings.Development.json
appsettings.Local.json
appsettings.*.local.json
secrets.json
*.pfx
*.p12
# Azure
.azure/
# Terraform
*.tfstate
*.tfstate.*
.terraform/
# JetBrains Rider
.idea/
# Local development
local/
.local/
# Temporary files
*.tmp
*.temp
*.swp
# Local file uploads
src/RealCV.Web/uploads/
logs/