이번에 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
제목 | 날짜 | ||
---|---|---|---|
479 | [텔넷] tbz2/tar.bz2 압축, 압축 해제 | 2093 | 2017/05/30 |
478 | [윈도우] [리눅스서버] 리눅스서버에서 한글파일명 깨질때 (파일질라나 ftp로 한글깨짐) | 2112 | 2017/03/26 |
477 | [텔넷] [DB복원] Error while restoring a Database from an SQL dump | 2153 | 2016/02/10 |
476 | [포토샵] 한글이 안써질때 : Shift + Alt + 마우스 오른쪽 클릭 | 2203 | 2015/01/26 |
475 | [엑셀] 인쇄시 셀값 자동 증가하면서 인쇄하는 방법 | 2688 | 2019/02/03 |
474 | [엑셀] 엑셀 VBA PrintPreview, PrintOut 함수로 인쇄미리보기, 인쇄하기 실행, vba 프린트 미리보기 | 2728 | 2019/02/04 |
473 | [텔넷] [MySQL] 검색 후 삭제하기 | 2887 | 2016/02/18 |
472 | IE7 지연현상 해결법 | 2901 | 2008/10/04 |
471 | [데스크탑/액세서리] 네이버 캡쳐 Strokesplus 를 이용하기 | 3056 | 2014/11/21 |
470 | [GitHub] 로컬 저장소와 깃허브 저장소 연결하기 | 3130 | 2014/08/04 |
469 | [엑셀] 엑셀 시트간 입력값 비교하는 방법 | 3185 | 2014/11/17 |
468 | AI Roboform | 3399 | 2008/12/10 |