Skip to content

Commit f0f1eed

Browse files
committed
Clean up repo: gitignore binary, remove openclaw debug log
1 parent 3734ec4 commit f0f1eed

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Compiled binary
2+
reflex
3+
4+
# Go build artifacts
5+
*.exe
6+
*.exe~
7+
*.dll
8+
*.so
9+
*.dylib
10+
*.test
11+
*.out
12+
13+
# Go workspace
14+
go.work.sum
15+
16+
# Vendor (if not committed)
17+
# vendor/
18+
19+
# IDE
20+
.idea/
21+
.vscode/
22+
*.swp
23+
*.swo
24+
*~
25+
26+
# OS
27+
.DS_Store
28+
Thumbs.db

0 commit comments

Comments
 (0)