각종 팁&정보를 나누는 곳입니다.
누군가에게 도움이 된다 싶으시면 언제라도 포스팅 :)
글 등록하기 | 내글 관리하기 | 연재글 | 보관함
git의 .gitignore 사용방법
anonymous
첨부파일 https://imweb.eond.com/webtip/442410

이번에 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

https://medium.com/@yeongpal/git-%EC%97%90-push-%ED%95%A0-%ED%8C%8C%EC%9D%BC-%EC%98%88%EC%99%B8%EC%B2%98%EB%A6%AC%ED%95%98%EA%B8%B0-aec810a319e5


https://velog.io/@psk84/.gitignore-%EC%A0%81%EC%9A%A9%ED%95%98%EA%B8%B0#%EA%B0%84%EB%8B%A8%ED%9E%88-gitignore-%ED%8C%8C%EC%9D%BC-%EC%83%9D%EC%84%B1


코멘트 0
접기/펴기 | 댓글 새로고침
 
 
Total 16 articles in 1 / 2 pages
번호 제목 제목 조회 수 날짜날짜
16 [GitHub] 다른 깃헙 가져오기 cli 106 2022/01/23
15 [GitHub] git branch 변경 94 2022/01/21
14 [GitHub] 좋은 git 사용 습관 파일 272 2022/01/01
13 [GitHub] 이미 push된 file .gitignore 적용하기 74 2022/01/01
현재글 [GitHub] git의 .gitignore 사용방법 파일 111 2021/12/29
11 [GitHub] 비밀글 간단한 깃 사용법 13 2021/02/01
10 [GitHub] warning: LF will be replaced by CRLF in hello1.txt. 194 2020/05/09
9 [GitHub] 카페24에서 github 다운로드 받는 방법 파일 773 2018/08/02
8 [GitHub] 비밀글 develop 을 git pull 하기 0 2017/12/05
7 [GitHub] github.io 페이지 만들기 파일 157 2015/09/04
6 [GitHub] 깃허브 오류 해결.. 997 2015/06/29
5 [GitHub] 깃허브(GitHub) 시작하기 (by 이온디) 파일 3860 2014/08/23

해시태그 디렉터리

오늘의 핫게시물