Remove hardcoded DB credentials and YouTube API key fallbacks from application.yml; resolve them from env vars or an optional, git-ignored application-local.yml (spring.config.import). Add a tracked application-local.yml.example template and ignore the real local file. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
21 lines
209 B
Plaintext
21 lines
209 B
Plaintext
# Build
|
|
/build/
|
|
/.gradle/
|
|
bin/
|
|
out/
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
|
|
# Secrets (DO NOT COMMIT)
|
|
src/main/resources/credentials.json
|
|
src/main/resources/application-local.yml
|
|
tokens/
|
|
*.log
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|