Files
KoalaSync/.gitignore
T
MacBook 47ca7563b7 ci: auto-inject version from git tag + unify shared/ mirroring
- CI release workflow now extracts version from tag (v1.4.0 → 1.4.0)
  and injects it into manifest.base.json, shared/constants.js, and
  package.json before building — the tag is the single source of truth
- Build script now copies README.md alongside constants.js and
  blacklist.js from /shared → /extension/shared/ (full mirror)
- .gitignore updated: extension/shared/ is fully generated by build
- AI_INIT.md: simplified release workflow, fixed Chrome-only reference
2026-05-04 05:27:07 +02:00

45 lines
565 B
Plaintext

# Dependencies
node_modules/
.pnp
.pnp.js
# Environment Variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
server/.env
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS Metadata
.DS_Store
.DS_Store?
._*
Thumbs.db
# IDEs
.vscode/
.idea/
*.swp
*.swo
# Build / Derived Files
dist/
build/
coverage/
# KoalaSync Specific
# We ignore the synced files in the extension folder to ensure
# the root 'shared/' remains the Single Source of Truth.
extension/shared/
# Temporary scratch files
scratch/