이번에 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
제목 | 날짜 | ||
---|---|---|---|
23 | [리눅스서버] 리눅스 디렉토리별 용량 체크하는 방법 | 114 | 2020/11/26 |
22 | [윈도우] 윈도우 이 항목을 찾을 수 없습니다 삭제 방법 | 68 | 2020/11/29 |
21 | [리눅스서버] 수천 개의 파일이 포함 된 큰 디렉토리를 효율적으로 삭제 | 64 | 2020/12/07 |
20 | [리눅스서버] 리눅스 폴더별압축 디렉토리별 압축 | 1058 | 2020/12/12 |
19 | 리눅스 cp 명령어 사용법 정리 (파일, 디렉토리 복사, 백업) | 814 | 2020/12/12 |
18 | [GitHub] 간단한 깃 사용법 | 13 | 2021/02/01 |
17 | xampp mysql 명령어 터미널에서 실행하는 방법 | 540 | 2021/02/05 |
16 | HTML/CSS 스크롤바 숨기기 없애기 (스크롤 동작) | 328 | 2021/09/01 |
15 | [jQuery] 텍스트 추출해서 링크 변환하기 | 130 | 2021/12/25 |
[GitHub] git의 .gitignore 사용방법 | 111 | 2021/12/29 | |
13 | [GitHub] 이미 push된 file .gitignore 적용하기 | 74 | 2022/01/01 |
12 | [GitHub] 좋은 git 사용 습관 | 274 | 2022/01/01 |