commit 119855cb6116c10f8891e736acce4efa3ee85ced Author: seonkyu.kim Date: Tue Feb 4 10:46:07 2025 +0900 [✨] init_DB diff --git a/.gitignore.txt b/.gitignore.txt new file mode 100755 index 0000000..9221f5e --- /dev/null +++ b/.gitignore.txt @@ -0,0 +1,10 @@ +# 특정 환경에 따라 추가 +./private/ + +# macOS 관련 파일 제외 +._* +.DS_Store +.AppleDouble +.LSOverride +.Spotlight-V100 +.Trashes \ No newline at end of file diff --git a/README.md b/README.md new file mode 100755 index 0000000..82c228c --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# AcaMate_DB + +## 丮 +### 1. migrations +- Ű ̷ ϴ ̱׷̼ SQL + +### 2. seeds +- ʱ SQL + +### 3. views +- SQL + +### 4. scripts +- Ÿ ϴ SQL + +### 5. backups +- (.bak ) \ No newline at end of file