gitea, notion webhook
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
266 B

# Secrets — 모든 .env 변형은 제외, 예시 템플릿만 추적
.env
.env.*
!.env.example
# Runtime data (유저 매핑은 환경마다 다름)
/data/
# 로그 파일 (production은 logs/app.log로 추출)
/logs/
# Build output
/slack-notifier
/out/
/.idea