content-card used `overflow-scroll`, which renders scrollbar tracks even when the content fits — visible as superfluous bars around the admin chart cards. Switch to `overflow-auto` so scrollbars only appear when content genuinely overflows (e.g. wide data tables still scroll). Also add a gitignored ./tmp/ scratch directory (tracked via .gitkeep) and document in AGENTS.md that temp files belong there. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
57 lines
897 B
Plaintext
57 lines
897 B
Plaintext
/target
|
|
/lib
|
|
/classes
|
|
/checkouts
|
|
pom.xml
|
|
pom.xml.asc
|
|
*.jar
|
|
*.class
|
|
/.lein-*
|
|
/.nrepl-port
|
|
nrepl-port
|
|
.http-port
|
|
resources/public/js/compiled
|
|
*.log
|
|
examples/
|
|
\#*\#
|
|
.\#*
|
|
\.terraform
|
|
.idea
|
|
*.iml
|
|
private
|
|
node_modules
|
|
**/*.swp
|
|
**/.DS_Store
|
|
.clj-kondo/.cache
|
|
.calva/**
|
|
.lsp/**
|
|
*.~undo-tree~
|
|
backups
|
|
terraform/.gitx
|
|
.cpcache
|
|
.datomic-ions
|
|
.cpcache
|
|
efs
|
|
data/solr/data/clients/data/
|
|
data/solr/data/accounts/accounts/
|
|
data/solr/data/vendors/data/
|
|
data/solr/data/invoices/data/
|
|
data/solr/data/plaid_merchants/data/
|
|
|
|
data/solr/data/clients/index/
|
|
data/solr/data/accounts/index/
|
|
data/solr/data/vendors/vendors/
|
|
data/solr/data/invoices/index/
|
|
data/solr/data/plaid_merchants/data/
|
|
data/solr/data/logs
|
|
data/solr/logs
|
|
.vscode/**
|
|
sysco-poller/**/*.csv
|
|
.aider*
|
|
.tmp/**
|
|
playwright-report/**
|
|
test-results/**
|
|
# Scratch dir for temp files (screenshots, logs, etc.); keep the dir, ignore contents
|
|
/tmp/*
|
|
!/tmp/.gitkeep
|