chore: preserve beads tracker and adopt Go gitignore after python-era reset
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
# Beads / Dolt files (added by bd init)
|
||||
.dolt/
|
||||
*.db
|
||||
.beads-credential-key
|
||||
|
||||
# Go build artifacts
|
||||
agent-lib
|
||||
agent-lib.exe
|
||||
dist/
|
||||
*.test
|
||||
*.out
|
||||
coverage.*
|
||||
|
||||
# Editor/IDE
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.fuse_hidden*
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
*.code-workspace
|
||||
|
||||
# Local env overrides (never commit)
|
||||
.env
|
||||
.env.local
|
||||
Reference in New Issue
Block a user