이번에 git 을 루트에 설정해놓고 하위 지정 디렉토리만 제외시키는 방법으로 깃을 사용하려고 하니 좀 어렵더군요.
# Project exclude paths /_backup/ /common/ /addons/ /classes/ /config/ /files/ /formmail_noajax/ /m.layouts/ /mail/ /mail2/ /mail3/ /mail4/ /mail6/ /misc/ /modules/ /parser /simplehtmldom/ /smtp /vendor/ /widgets/ /widgetstyles/ /.idea/ # !addons/ # ignore node dependency directories /node_modules/ # ignore log files and databases *.log *.sql *.sqlite *.zip .htaccess .editorconfig adminer.php codeception.dist.yml composer.json composer.lock CONTRIBUTING.md COPYRIGHT dst.php eond.md index.php LICENSE README.md SECURITY.md sub-xe.conf test.php test2.php *.php # !/layouts/el_imin/ # !modules/board/skins/eb_imin/ # !modules/contents/skins/ec_imin/ # !.gitignore # !/widgetstyles/simple !layouts/ layouts/* !layouts/el_imin # you can skip this first one if it is not already excluded by prior patterns !application/ application/* !application/language/ application/language/* !application/language/gr/ ## !modules/ modules/* !modules/board/ modules/board/* !modules/board/skins/ modules/board/skins/* !modules/board/skins/eb_imin/ !modules/contents/ modules/contents/* !modules/contents/skins/ modules/contents/skins/* !modules/contents/skins/ec_imin/
제가 작성한 .gitignore 파일입니다. 참조해서 작업하세요.
참조
https://pythonq.com/so/git/1248
https://swealth.tistory.com/190
제목 | 날짜 | ||
---|---|---|---|
359 | [기본] 판도라동영상 OpenAPI 사용후기 [1] | 5962 | 2007/11/29 |
358 | [웹로그] 손바닥에 땀, 어떻게 할까? | 5964 | 2007/11/03 |
357 | [웹로그] Play Street 에 참여할 의사가 있으신지요? | 5964 | 2007/10/02 |
356 | 메인보드 전원 케이블 연결 | 5979 | 2008/08/30 |
355 | [웹로그] 적당한 마우스 스크롤의 양 | 5985 | 2007/10/31 |
354 | [사이트관리] Apache 서버 .htaccess 활용(접근 제어 - 아이피 제어) | 5995 | 2014/02/09 |
353 | [기본] 시작프로그램 관리 & 모니터링 | 5999 | 2007/10/21 |
352 | [웹로그] 왜임마 사용하기 #1 [2] | 6004 | 2007/11/27 |
351 | [모바일] 갤럭시노트2(shv-e250s) 키스(스마트스위치)로 백업하기 | 6048 | 2016/02/05 |
350 | [기본] 내 블로그에 Add to Diigo를 넣어보자 [2] | 6056 | 2007/11/25 |
349 | [웹로그] 컴퓨터 관련 팁을 올려놓은 블로거 | 6063 | 2007/11/05 |
348 | [윈도우] SSD 드라이브 최적화 | 6079 | 2013/06/22 |