최초 생성
This commit is contained in:
+95
@@ -0,0 +1,95 @@
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
.yarn/install-state.gz
|
||||
|
||||
# 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
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
# ---------------------------------------------------
|
||||
# Node.js & Dependencies
|
||||
# ---------------------------------------------------
|
||||
node_modules/
|
||||
.pnp/
|
||||
.pnp.js
|
||||
|
||||
# ---------------------------------------------------
|
||||
# Next.js Specific
|
||||
# ---------------------------------------------------
|
||||
.next/
|
||||
out/
|
||||
build/
|
||||
.vercel/
|
||||
next-env.d.ts
|
||||
|
||||
# ---------------------------------------------------
|
||||
# Environment Variables
|
||||
# ---------------------------------------------------
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# ---------------------------------------------------
|
||||
# macOS & OS Specific
|
||||
# ---------------------------------------------------
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
Icon\r
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
# ---------------------------------------------------
|
||||
# VS Code & IDEs
|
||||
# ---------------------------------------------------
|
||||
.vscode/
|
||||
.history/ # VS Code 로컬 수정 히스토리 확장 프로그램 폴더
|
||||
*.code-workspace
|
||||
.idea/ # WebStorm 등 JetBrains IDE 사용 시
|
||||
|
||||
# ---------------------------------------------------
|
||||
# Logs & Git/History
|
||||
# ---------------------------------------------------
|
||||
logs/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# 기타 캐시 파일
|
||||
.npm/
|
||||
.eslintcache
|
||||
Reference in New Issue
Block a user