openpencil/.gitignore
rcoenen a9ee01fc13
fix: make fill hex editable and quiet local font probing
* fix: make fill hex editable and suppress premature local font warnings

- FillSection: replace read-only hex span with editable input for solid
  fills (matching existing stroke behavior); gradient/image fills and
  variable-bound fills keep the display span
- FontManager.findLocalFont: guard on localFontAccessState === 'granted'
  before calling queryLocalFonts(), eliminating SecurityError console
  warnings on load when the user hasn't yet granted font access
- .gitignore: add .opencode/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* style: apply oxfmt formatting to FillSection.vue

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Danila Poyarkov <dev@dannote.net>
2026-06-06 13:28:46 +03:00

54 lines
824 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Tauri updater private signing keys
/desktop/*.key
!/desktop/*.key.pub
# Copied from node_modules at build time
public/canvaskit.wasm
public/canvaskit-webgpu/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
test-results/
# Git worktrees for parallel agent work
.worktrees/
.env
packages/docs/.vitepress/cache/
packages/docs/.vitepress/dist/
docs/.vitepress/cache/
docs/.vitepress/dist/
packages/collab/.wrangler/
packages/core/vendor/canvaskit-webgpu/
patches/skia-webgpu/
.wrangler/
Caddyfile.dev
components.d.ts
vue-stream-markdown/
# Agent scratch space (reviews, test artifacts)
scratch/
# OpenCode
.opencode/