-
-
Save liebespaar93/891ad69660160136f867fb5769569ff9 to your computer and use it in GitHub Desktop.
root 폴더 베이스 설정파일
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " ============================================================================ | |
| " Netrw Directory Listing (netrw v172) | |
| " / | |
| " Sorted by name | |
| " Sort sequence: [\/]$,\<core\%(\.\d\+\)\=\>,\.h$,\.c$,\.cpp$,\~\=\*$,*,\.o$,\.obj$,\.info$,\.swp$,\.bak$,\~$ | |
| " Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:special | |
| " ============================================================================== | |
| ../ | |
| ./ | |
| .github/ | |
| .gitconfig | |
| .gitmessage.txt | |
| LICENSE | |
| README.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [core] | |
| editor= code --wait | |
| [user] | |
| name = xxx | |
| email = xxx@users.noreply.github.com | |
| signingkey = xxxxxxxxxxxxxxxx | |
| [commit] | |
| template = .gitmessage.txt | |
| gpgsign = true | |
| [gpg] | |
| program = /usr/local/bin/gpg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # --------- 제목 --------- | |
| # (이모티콘) <타입>: <제목> 형식으로 작성하며 제목은 최대 50글자 정도로만 입력 | |
| # 제목 끝에 마침표 금지, 어느 기술 혹은 작업을 했는지 작성 | |
| ⚡️ Feat : 새로운 기능 추가 | |
| # 제목과 본문의 구분을 위한 빈 줄 | |
| # --------- 본문 --------- | |
| # - [x] (이모티콘) <타입> : 본문(추가 설명) 본문은 영문 기준 72자마다 줄 바꾸기 | |
| # 작성(무엇을 했는지 명확하게 작성) | |
| - [x] ✅ Done : OOO 완료 | |
| # 본문과 꼬릿말의 구분을 위한 빈 줄(필요시 밑에 주석 제거) | |
| # | |
| # -------- 꼬리말 -------- | |
| # 꼬리말(footer) 작성(필요시 밑에 주석 제거 후 작성) | |
| # | |
| # -------- 테그 --------- | |
| ## 🌱 Initial : initial commit | |
| ## 🐝 Bug : 버그 발견 | |
| ## 💣 Delete : 코드 혹은 브렌치 삭제 | |
| ## 🎉 Deploy : 배포 작업 | |
| ## 🎨 Design : 디자인 작업 | |
| ## ⛓️ Diagram : 다이어그램 작업 | |
| ## 📝 Docs : 문서 작업 | |
| ## ⚡️ Feat : 기능 추가 | |
| ## 🛠️ Fix : 수정 작업 | |
| ## 🌑 Github : 깃허브 환경 작업 | |
| ## ♻️ Refactoring : 리펙토링 작업 | |
| ## 🔐 Tech : 보안 작업 | |
| ## 🌎 Setting : 환경설정 작업 | |
| ## 🎓 Study : 학습 | |
| ## 🚀 Tech : 기술 추가 | |
| ## 🗃️ Template : 템플릿 작업 | |
| ## 🧪 Test : 테스트 작업 | |
| ## 📤 Update : 업데이트 작업 | |
| ## 📦️ Merge : 브렌치 병합 | |
| ## 🚧 RO : 접근금지 코드 | |
| ## 🚨 Import : Git tree을 심각하게 수정함 중요 | |
| ## ✨ Other : 특별한 작업사항 | |
| # -------- 추가 태그 --------- | |
| ### 🚩 Version : 버전 설정 | |
| ### 🏷️ Tag : 태그 설정 | |
| ### ✅ Done : 완료 | |
| ### ❌ Close : 작업 중지 | |
| ### 💬 Issue : 이슈 | |
| ### 💡 Idea : 아이디어 | |
| ### 💸 Pay : 비용 | |
| ### 🗑️ del : 삭제 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MIT License | |
| Copyright (c) 2023 아기새 | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: | |
| The above copyright notice and this permission notice shall be included in all | |
| copies or substantial portions of the Software. | |
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | |
| SOFTWARE. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment