83 lines
804 B
Plaintext
83 lines
804 B
Plaintext
# Build outputs
|
|
/build/
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
/nostr-poster
|
|
|
|
# User content directories
|
|
/content/
|
|
/archive/
|
|
|
|
# Config files except samples
|
|
/config/*
|
|
!/config/config.sample.ymal
|
|
/keys.json
|
|
*.env
|
|
.env
|
|
|
|
# Database files
|
|
*.db
|
|
*.db-*
|
|
*.sqlite
|
|
*.sqlite3
|
|
nostr-poster.db*
|
|
|
|
# Go specific
|
|
/pkg/
|
|
/bin/
|
|
*.o
|
|
*.a
|
|
/vendor/
|
|
/Godeps/
|
|
.go-version
|
|
|
|
# Testing
|
|
*.test
|
|
*.out
|
|
/testdata/
|
|
|
|
# OS specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Editor directories and files
|
|
.idea/
|
|
.vscode/
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
*~
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
|
|
# Debug files
|
|
debug
|
|
__debug_bin
|
|
*.pprof
|
|
*.cpu
|
|
*.mem
|
|
|
|
# Private keys and sensitive files
|
|
*.nsec
|
|
*.privkey
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
**/.claude/settings.local.json
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Claude.ai files
|
|
CLAUDE.md
|