2e3b7c0499
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
38 lines
268 B
Plaintext
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/
|