이번에 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
제목 | 날짜 | ||
---|---|---|---|
683 | [아임웹] 아임웹 - 모바일 메뉴 하단에 SNS 아이콘 추가하는 코드 | 224 | 2024/03/15 |
682 | 카카오지도 가려지는 문제 | 59 | 2024/02/01 |
681 | [메신저] 카카오톡 알림톡 개발하기 #1 | 109 | 2023/08/01 |
680 | [기타] WidgetBot - 디스코드 채팅 방을 블로그에 달자! | 106 | 2023/05/04 |
679 | [웹 제작] 홈페이지를 만드는 방법에는 어떤 게 있나요? | 93 | 2023/04/06 |
678 | [윈도우] 갑자기 윈도우10 알트탭(alt + tab)이 정상 사용 안될 때 확인 및 처리 방법? : 네이버 포스트 (naver.com) | 124 | 2023/03/17 |
677 | [사이트관리] 사이트맵 FAQ | 50 | 2023/01/31 |
676 | [웹 제작] website to learn | 44 | 2022/12/27 |
675 | [웹 제작] 임시이미지 사이트 https://placeimg.com/ | 66 | 2022/11/27 |
674 | [GitHub] 다른 깃헙 가져오기 cli | 106 | 2022/01/23 |
673 | [GitHub] git branch 변경 | 94 | 2022/01/21 |
672 | [GitHub] 좋은 git 사용 습관 | 274 | 2022/01/01 |