chore: initialize repo skeleton with Makefile and lint config

This commit is contained in:
2026-04-28 12:33:46 +08:00
commit 1d38ce90bb
10 changed files with 105 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Go
/bin/
/dist/
*.exe
coverage.out
coverage.html
# Env / secrets
.env
.env.local
# Web
/web/node_modules/
/web/dist/
# Editor
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db
# Local dev data
/data/
# Internal docs (specs / plans should never be committed)
/docs/superpowers/