almost empty
This commit is contained in:
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# Binaries
|
||||
bin/
|
||||
dist/
|
||||
*.so
|
||||
*.exe
|
||||
|
||||
# Go
|
||||
vendor/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Test coverage
|
||||
coverage.out
|
||||
coverage.html
|
||||
|
||||
# GoReleaser
|
||||
dist/
|
||||
|
||||
# Pkl
|
||||
.pkl-cache/
|
||||
*.pkl-expected.pcf
|
||||
PklProject.deps.json
|
||||
|
||||
# Claude Code
|
||||
CLAUDE.md
|
||||
.claude/
|
||||
Reference in New Issue
Block a user