Skip to content

Commit

Permalink
Merge pull request #63 from HalamLee/develop
Browse files Browse the repository at this point in the history
release: v1.0.0
  • Loading branch information
HalamLee committed Jul 1, 2023
2 parents 7511437 + d4398f9 commit b782fb0
Show file tree
Hide file tree
Showing 708 changed files with 56,281 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

## ✏️ 한 줄 요약


## 📝 상세 내용
- [ ]

## 📚 참고 레퍼런스

## ⚠️ 참고 사항

## 🖥️ 스크린샷
9 changes: 9 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## ✏️ 한 줄 요약

## 📝 상세 내용

## 📚 참고 레퍼런스

## ⚠️ 참고 사항

## 🖥️ 스크린샷
45 changes: 45 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local
.env

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

# yarn berry - using zero install
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
19,686 changes: 19,686 additions & 0 deletions .pnp.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit b782fb0

Please sign in to comment.