h-lab/.gitignore
hehih fd8403438e chore(security): externalize secrets to git-ignored application-local.yml
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>
2026-05-31 16:08:26 +09:00

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