oracle-server stack

This commit is contained in:
2026-01-23 10:44:46 +00:00
commit ce486ccb0e
3 changed files with 151 additions and 0 deletions

22
.gitignore vendored Normal file
View File

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