This commit is contained in:
2026-01-02 04:02:02 +00:00
commit 3b8e171fdb
117 changed files with 21570 additions and 0 deletions
+77
View File
@@ -0,0 +1,77 @@
# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
gohoarder
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
coverage.txt
coverage.html
# Dependency directories
vendor/
# Go workspace file
go.work
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Config files (keep example)
config.yaml
*.local.yaml
# Databases
*.db
*.db-shm
*.db-wal
# Cache
/var/cache/gohoarder/
cache/
# Logs
*.log
# Temporary files
tmp/
temp/
# Security
.env
*.pem
*.key
*.crt
# Build artifacts
dist/
build/
# Node modules (for frontend)
web/node_modules/
web/dist/
# Test fixtures
tests/fixtures/temp/
*.md
gohoarder
*.log
*.out
test-go-proxy
frontend/node_modules
data/storage