Merge branch 'develop' into feat/extension-options-panel

This commit is contained in:
zavage
2026-09-07 21:59:14 -06:00
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
See `AGENTS.md` for all repository guidance: project structure, browser scope,
build/test/development commands, coding style, testing, commit and pull request
conventions, and security and privacy expectations.
+1
View File
@@ -4,6 +4,7 @@ export default {
ignoreFiles: [ ignoreFiles: [
"AGENTS.md", "AGENTS.md",
"CHANGELOG.md", "CHANGELOG.md",
"CLAUDE.md",
"README.md", "README.md",
"package.json", "package.json",
"package-lock.json", "package-lock.json",