이번에 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
제목 | 날짜 | ||
---|---|---|---|
47 | [포토샵] Adobe CS5 설치 | 13650 | 2010/07/26 |
46 | [윈도우] 윈도우7 데몬 설치가 안되요윈도우7 데몬 설치가 안되요 | 13755 | 2010/07/26 |
45 | [엑셀] 엑셀에서 네모 숫자 만들기 | 13782 | 2019/02/04 |
44 | [윈도우] 윈도우 복구 콘솔 명령어 리스트 | 13915 | 2008/08/30 |
43 | [기본] 파워 공진음 잡기 | 14069 | 2011/04/16 |
42 | [윈도우] 윈도우 설치 후 필수 프로그램(ver.3) | 14282 | 2009/01/11 |
41 | [미디어/녹음·재생] flv 다운받기 (동영상 다운받기) [1] | 14345 | 2007/08/26 |
40 | [하드웨어] 지오 공유기 설정방법 | 14469 | 2009/10/30 |
39 | [포토샵] Windows 7 64비트 / Adobe Photoshop CS3 이상에서 PFM 글꼴(Type 1) 사용하기 [1] | 14605 | 2011/05/19 |
38 | [브라우저] 구글 크롬 북마크 수동 가져오기 | 14747 | 2009/11/29 |
37 | [Nginx] 특정 디렉토리 php 실행하기 | 14748 | 2018/08/26 |
36 | [웹로그] DIV 에 마우스 오버 시 색상 바꾸기 [1] [1] | 14989 | 2007/11/22 |