You've already forked agentic-coding-workflow
chore: initialize repo skeleton with Makefile and lint config
This commit is contained in:
+29
@@ -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/
|
||||
Reference in New Issue
Block a user