Build scripts

This commit is contained in:
2026-08-05 22:59:23 -05:00
parent 4f10991abc
commit cee9f6a02f
18 changed files with 183 additions and 338 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Build artifacts
dist/
*.xpi
*.zip
# Node / package manager
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Local captures and temp files
*.har
*.log
*.tmp
# OS / editor noise
.DS_Store
Thumbs.db
*~