From 15c3ae6536c264db0508e4fc4aaa59c3e6d1af30 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 15 Jul 2025 00:50:39 +0000 Subject: (대표님) 기본계약 및 정기평가 작업사항, OCR 변경사항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8c769862..f0592393 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ # h 옵션 필수임. 심볼릭링크 날려먹으면 node_modules 내부에서 문제생김. tar -czhvf archive_$(date +%Y%m%d_%H%M%S).tar.gz --exclude="node_modules" --exclude="public" --exclude=".next" --exclude=".git" --exclude="tmp" --exclude="temp" . + +zip -r archive-20250710.zip . -x "./public/*" "./.git/*" "./.next/*" "./tmp/*" "./temp/*" "./.cursor/*" ``` 2. 전체 압축 @@ -25,6 +27,12 @@ tar -czhf ./archive_$(date +%Y%m%d_%H%M%S).tar.gz \ --exclude=".next" \ -C ./evcp . +tar -czvf ./archive_$(date +%Y%m%d_%H%M%S).tar.gz \ + --exclude=".git" \ + --exclude="public" \ + --exclude=".next" \ + -C ./evcp . + # .git 경로 제외 압축 tar -czhf ./archive_$(date +%Y%m%d_%H%M%S).tar.gz --exclude=".git" \-C ./evcp . -- cgit v1.2.3