forked from no-sleep-yes-sick/food-court-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat : 프론트엔드 개발환경 세팅 no-sleep-yes-sick#4
- Loading branch information
Oilpalette
committed
Jul 26, 2022
1 parent
f34c4d4
commit 4465922
Showing
20 changed files
with
28,666 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
.env | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
.env.production | ||
|
||
key.pem | ||
cert.pem | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
################ | ||
# <타입> : <제목> 의 형식으로 제목을 아래 공백줄에 작성 | ||
# 제목은 50자 이내 / 변경사항이 "무엇"인지 명확히 작성 / 끝에 마침표 금지 / 한국어로 작성 | ||
# 예) feat : 로그인 기능 추가 | ||
|
||
# 바로 아래 공백은 지우지 마세요 (제목과 본문의 분리를 위함) | ||
|
||
################ | ||
# 본문(구체적인 내용)을 아랫줄에 작성 | ||
# 여러 줄의 메시지를 작성할 땐 "-"로 구분 (한 줄은 72자 이내) | ||
|
||
################ | ||
# 꼬릿말(footer)을 아랫줄에 작성 (현재 커밋과 관련된 이슈 번호 추가 등) | ||
# 예) Close #7 | ||
|
||
################ | ||
# feat : 새로운 기능 추가 | ||
# fix : 버그 수정 | ||
# docs : 문서 수정 | ||
# test : 테스트 코드 추가 | ||
# refact : 코드 리팩토링 | ||
# style : 코드 의미에 영향을 주지 않는 변경사항 | ||
# chore : 빌드 부분 혹은 패키지 매니저 수정사항 | ||
################ |
Oops, something went wrong.