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.
25 lines
193 B
Plaintext
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
|