29a2d65065
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m3s
- Consolidate filter/search form with data table in one card - Separate with <hr class='my-0'> for visual hierarchy - Remove redundant card-mb spacing and gaps - Unified layout for Blog, Clients, Inquiries pages - Cleaner, more cohesive data display Applied to: - Blog/Index.cshtml - Clients/Index.cshtml - Inquiries/Index.cshtml Announcements and Faqs already have integrated structure (no search form) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
67 lines
724 B
Plaintext
67 lines
724 B
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
|
|
.vs/
|
|
*.suo
|
|
*.sln.docstates
|
|
*.user
|
|
*.userosscache
|
|
*.sln.iml
|
|
|
|
# dotnet
|
|
project.lock.json
|
|
project.fragment.lock.json
|
|
artifacts/
|
|
*.nuget.props
|
|
*.nuget.targets
|
|
|
|
# Test results
|
|
TestResults/
|
|
*.trx
|
|
playwright-report/
|
|
test-results/
|
|
.playwright-cli/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# NuGet
|
|
packages/
|
|
.nuget/
|
|
|
|
# Node / Playwright
|
|
node_modules/
|
|
|
|
# Publish
|
|
publish/
|
|
PublishProfiles/
|
|
|
|
# Local environment
|
|
.env
|
|
.env.local
|
|
appsettings.Development.json
|
|
|
|
# Scratch / temporary work - never commit, see docs/ENGINEERING_HARNESS.md
|
|
.scratch/
|
|
tmp/
|