Files
pixa/.gitignore
user c4368b1541 chore: remove local dev config files
Remove config.yaml and config.dev.yml (local development configs with
hardcoded keys that shouldn't be committed). config.example.yml remains
as the canonical example config. Added removed files to .gitignore.
2026-02-20 02:59:30 -08:00

25 lines
193 B
Plaintext

# Dependencies
vendor/
# Build output
/bin/
/pixad
/cmd/pixad/pixad
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
# Data
/data/
*.sqlite3
# Local dev configs
config.yaml
config.dev.yml