mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Exclude /vendor/bin/ when exporting via git
이 폴더 내에 있는 심볼릭 링크들은 zip으로 내보내기했다가 압축 해제할 때 정상적으로 처리되지 않을 가능성이 높으므로, zip 파일 생성시 제외합니다. cf. https://xetown.com/questions/1565403
This commit is contained in:
parent
c9a46e1693
commit
14f39f7a9f
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
|
@ -2,3 +2,4 @@
|
|||
.github export-ignore
|
||||
.gitignore export-ignore
|
||||
/tests/ export-ignore
|
||||
/vendor/bin/ export-ignore
|
||||
Loading…
Add table
Add a link
Reference in a new issue