-
-
Save liebespaar93/891ad69660160136f867fb5769569ff9 to your computer and use it in GitHub Desktop.
Revisions
-
liebespaar93 revised this gist
Apr 7, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ [user] name = xxx email = xxx@users.noreply.github.com signingkey = xxxxxxxxxxxxxxxx [commit] template = .gitmessage.txt gpgsign = true -
liebespaar93 revised this gist
Oct 18, 2023 . 3 changed files with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ./ .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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ email = xxx@users.noreply.github.com signingkey = xxx [commit] template = .gitmessage.txt gpgsign = true [gpg] program = /usr/local/bin/gpg File renamed without changes. -
liebespaar93 revised this gist
Oct 18, 2023 . 1 changed file with 22 additions and 22 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -14,28 +14,28 @@ # 꼬리말(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 : 태그 설정 -
liebespaar93 revised this gist
Oct 18, 2023 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -36,6 +36,7 @@ ### 🚧 RO : 접근금지 코드 ### 🚨 Import : Git tree을 심각하게 수정함 중요 ### ✨ Other : 특별한 작업사항 # -------- 추가 태그 --------- ### 🚩 Version : 버전 설정 ### 🏷️ Tag : 태그 설정 ### ✅ Done : 완료 -
liebespaar93 revised this gist
Oct 18, 2023 . 1 changed file with 12 additions and 11 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,18 @@ # (이모티콘) <타입>: <제목> 형식으로 작성하며 제목은 최대 50글자 정도로만 입력 # 제목 끝에 마침표 금지, 어느 기술 혹은 작업을 했는지 작성 ⚡️ Feat : 새로운 기능 추가 # 제목과 본문의 구분을 위한 빈 줄 # --------- 본문 --------- # - [x] (이모티콘) <타입> : 본문(추가 설명) 본문은 영문 기준 72자마다 줄 바꾸기 # 작성(무엇을 했는지 명확하게 작성) - [x] ✅ Done : OOO 완료 # 본문과 꼬릿말의 구분을 위한 빈 줄(필요시 밑에 주석 제거) # # -------- 꼬리말 -------- # 꼬리말(footer) 작성(필요시 밑에 주석 제거 후 작성) # # -------- 테그 --------- ### 🌱 Initial : initial commit ### 🐝 Bug : 버그 발견 ### 💣 Delete : 코드 혹은 브렌치 삭제 @@ -24,12 +36,6 @@ ### 🚧 RO : 접근금지 코드 ### 🚨 Import : Git tree을 심각하게 수정함 중요 ### ✨ Other : 특별한 작업사항 ### 🚩 Version : 버전 설정 ### 🏷️ Tag : 태그 설정 ### ✅ Done : 완료 @@ -38,8 +44,3 @@ ### 💡 Idea : 아이디어 ### 💸 Pay : 비용 ### 🗑️ del : 삭제 -
liebespaar93 revised this gist
Oct 4, 2023 . 1 changed file with 43 additions and 39 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,41 +1,45 @@ # --------- 제목 --------- # (이모티콘) <타입>: <제목> 형식으로 작성하며 제목은 최대 50글자 정도로만 입력 # 제목 끝에 마침표 금지, 어느 기술 혹은 작업을 했는지 작성 ⚡️ Feat : 새로운 기능 추가 ### 🌱 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 : 특별한 작업사항 # 제목과 본문의 구분을 위한 빈 줄 # --------- 본문 --------- # - [x] (이모티콘) <타입> : 본문(추가 설명) 본문은 영문 기준 72자마다 줄 바꾸기 # 작성(무엇을 했는지 명확하게 작성) - [x] ✅ Done : OOO 완료 ### 🚩 Version : 버전 설정 ### 🏷️ Tag : 태그 설정 ### ✅ Done : 완료 ### ❌ Close : 작업 중지 ### 💬 Issue : 이슈 ### 💡 Idea : 아이디어 ### 💸 Pay : 비용 ### 🗑️ del : 삭제 # 본문과 꼬릿말의 구분을 위한 빈 줄(필요시 밑에 주석 제거) # # -------- 꼬리말 -------- # 꼬리말(footer) 작성(필요시 밑에 주석 제거 후 작성) # -
liebespaar93 revised this gist
Sep 17, 2023 . 3 changed files with 2 additions and 34 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,5 +11,5 @@ .gitconfig .gitmessage 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 charactersOriginal file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ### 🚨 [Import] : Git tree을 심각하게 수정함 중요 ### ✨ [Other] : 특별한 작업사항 # ## 내용 작성용 추가 ### 🚩 [Version] : 버전 설정 ### 🏷️ [Tag] : 태그 설정 ### ✅ [Done] : 완료 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 charactersOriginal file line number Diff line number Diff line change @@ -1,32 +0,0 @@ -
liebespaar93 created this gist
Sep 14, 2023 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ " ============================================================================ " 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 LICENSE SECURITY.md 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ [core] editor= code --wait [user] name = xxx email = xxx@users.noreply.github.com signingkey = xxx [commit] template = .gitmessage 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,41 @@ ## (이모티콘) [타입]: <제목> 형식으로 작성하며 제목은 최대 50글자 정도로만 입력 ### 제목 끝에 마침표 금지, 어느 기술 혹은 작업을 했는지 작성 🚀 [Feat] : 새로운 기능 추가 ### 제목과 본문의 구분을 위한 빈 줄 ## (이모티콘) or [타입]: 본문(추가 설명) 본문은 영문 기준 72자마다 줄 바꾸기 ### 작성(무엇을 했는지 명확하게 작성) - ✅ : OOO 완료 ### 본문과 꼬릿말의 구분을 위한 빈 줄(필요시 밑에 주석 제거) # ## 꼬릿말(footer) 작성(필요시 밑에 주석 제거 후 작성) # # ----- 타입 설명 ----- ## 제목 ### 🎉 [Initial] : initial commit ### 🏗️ [Setting] : 환경설정 및 패키지 수정사항 ### 🚀 [Feat] : 새로운 기능 추가 ### ⬆️ [Update] : 업데이트 ### 🔨 [Fix] : 코드 수정 ### 📝 [Doc] : 마크다운 문서 수정 ### 🔑 [Key] : 보안사항 설정 ### 🎨 [Design] : 디자인 추가 (style 부분 추가) ### 🧪 [Test] : 테스트 코드 추가 ### 📦️ [Merge] : 브렌치 병합 ### 🚧 [RO] : 접근금지 코드 ### ♻️ [Refactor] : 코드 리팩토링 ### 💥 [Del] : 코드 혹은 브렌치 삭제 ### 🚨 [Import] : Git tree을 심각하게 수정함 중요 ### ✨ [Other] : 특별한 작업사항 # ## 내용 ### 🚩 [Version] : 버전 설정 ### 🏷️ [Tag] : 태그 설정 ### ✅ [Done] : 완료 ### ❌ [Close] : 작업 중지 ### 💬 [Issue] : 이슈 ### 💡 [Idea] : 아이디어 ### 💸 [Pay] : 비용 ### 🐛 [Bug] : 버그 발견 ### 🗑️ [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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ 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. 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,32 @@ # 보안 정책 kyoulee 보안 정책 및 절차 이 문서는 프로젝트에 대한 보안 절차 및 일반 정책을 간략하게 설명합니다 . - [취약점 보고](#취약점-보고) - [공개 정책](#공개-정책) - [지원 버전](#지원-버전) ## 취약점 보고 우리는 모든 보안 취약점을 심각하게 받아들입니다. 우리의 프로젝트의 보안을 개선해 주셔서 감사합니다. 우리는 귀하의 노력과 책임 있는 공개에 감사드리며 귀하의 기여를 인정하기 위해 최선을 다할 것입니다. [kyoulee](https://github.com/kyoulee/) 관리자에게 이메일을 보내 보안 취약점을 신고해주세요. 관리자는 24시간 이내에 귀하의 이메일을 확인하고 48시간 이내에 귀하의 신고 처리에 대한 자세한 답변을 보내드립니다. 귀하의 신고에 대한 초기 회신 후, 보안 팀은 수정 사항 및 전체 발표에 대한 진행 상황을 귀하에게 계속 알려드리기 위해 노력할 것이며 추가 정보나 지침을 요청할 수도 있습니다. ## 공개 정책 보안 팀은 보안 버그 보고서를 받으면 이를 기본 처리자에게 할당합니다. 이 사람은 다음 단계를 포함하여 수정 및 릴리스 프로세스를 조정합니다. - 문제를 확인하고 영향을 받는 버전을 확인합니다. - 잠재적인 유사한 문제를 찾기 위해 코드를 정검합니다. - 아직 유지 관리 중인 모든 릴리스에 대한 수정 사항을 준비합니다. ## 지원 버전 | Version | Check | Lts | | ------- | :---: | :------- | | v2.0.0 | ✅ | next | | v1.0.0 | ✅ | current | | v0.0.0 | ❌ | previous |