Files
sharang 6db9c7645e
ci / shared (push) Failing after 7s
chore: bootstrap repo scaffolding (M0.1)
Bootstraps §1.2 scaffolding (README, CONTRIBUTING, CODEOWNERS, CHANGELOG, PR + issue templates, LICENSE, CI workflow, release workflow, commitlint, cliff, .editorconfig, .gitignore, .env.example) and ships a proprietary all-rights-reserved LICENSE naming both founders.

Refs: M0.1
2026-05-18 19:15:30 +00:00

38 lines
268 B
Plaintext

# OS
.DS_Store
Thumbs.db
# Editors
.vscode/
.idea/
*.swp
*~
# Local secrets
.env
.env.local
.env.*.local
# Build outputs
dist/
build/
out/
target/
coverage/
*.log
*.tmp
# Node
node_modules/
.pnpm-store/
.next/
.turbo/
# Go
*.test
*.out
vendor/
# Rust
**/target/