Some checks failed
Release / Publish to Gitea npm registry (push) Has been cancelled
- renomme le paquet en @johanleroy/git-arboretum (scope routé vers le registre npm Gitea privé) - embarque @arboretum/shared via bundleDependencies (scripts/vendor-shared.mjs au prepack) - joint README/LICENSE au tarball (scripts/copy-meta.mjs) + metadata, keywords, publishConfig - CI pack-smoke en mono-tarball avec assertion bundleDep ; nouveau workflow release.yml (publish sur tag v*) - version 1.0.0 ; README mis à jour (install scopé + service systemd)
37 lines
503 B
Plaintext
37 lines
503 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
packages/server/public/
|
|
*.tgz
|
|
*.tsbuildinfo
|
|
|
|
# README/LICENSE copiés dans le paquet au prepack (générés depuis la racine)
|
|
packages/server/README.md
|
|
packages/server/LICENSE
|
|
|
|
# Test / coverage
|
|
coverage/
|
|
|
|
# Local data & secrets
|
|
.env
|
|
.env.*
|
|
*.db
|
|
*.db-*
|
|
*.log
|
|
|
|
# Editors & OS
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
|
|
# Claude Code / agent tooling (local only — do not commit)
|
|
CLAUDE.md
|
|
.claude/
|
|
.remember/
|
|
|
|
# Spike scratch output
|
|
spikes/**/tmp/
|
|
spikes/**/captures/
|