23 lines
275 B
Plaintext
23 lines
275 B
Plaintext
# 데이터 디렉토리 (DB 데이터, n8n 작업물 등)
|
|
**/data/
|
|
**/files/
|
|
**/binaryData/
|
|
**/node_modules/
|
|
|
|
# 보안 및 인증서
|
|
**/.env
|
|
**/secrets/
|
|
**/letsencrypt/
|
|
**/*.pem
|
|
**/*.key
|
|
**/.runner
|
|
|
|
# 시스템 로그
|
|
**/*.log
|
|
**/*.journal
|
|
|
|
# OS 관련
|
|
.DS_Store
|
|
Thumbs.db
|
|
|