Files
2026-08-17 15:31:27 +08:00

28 lines
542 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Gradle
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
.kotlin/
# IDE
.idea/
*.iml
*.ipr
*.iws
.vscode/
out/
# OS
.DS_Store
Thumbs.db
# 日志只输出到 stdout(见 08-observability.md),仓库里本不该出现日志文件;
# 这条是防手滑,万一有人临时配了 file appender 也不会把日志提交上来
*.log
# 本地覆盖用的配置。真实密钥一律走环境变量/K8s Secret
# 但如果有人为了调试在本地临时写了一份,绝不能进 git
application-local-override.yml
.env
*.env.local