Skip to content
Open

Ls #12

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.env
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# frontend
# frontend

## 환경 설정
- Database는 docker-manual을 참고해주세요.

## 가이드 문서 (Notion과 동일)
| 제목 | 링크 |
|:---:|:---:|
| `Conventional Commits` | https://www.conventionalcommits.org/en/v1.0.0/#summary |
| `Git Flow` | https://nvie.com/posts/a-successful-git-branching-model/ |
| `Git으로 협업하는 방법` | https://gmlwjd9405.github.io/2018/05/12/how-to-collaborate-on-GitHub-3.html |
Loading