43 lines
572 B
Plaintext
43 lines
572 B
Plaintext
# dependencies
|
||
/node_modules
|
||
/.pnp
|
||
.pnp.*
|
||
|
||
# testing
|
||
/coverage
|
||
|
||
# next.js
|
||
/.next/
|
||
/out/
|
||
|
||
# production
|
||
/build
|
||
|
||
# misc
|
||
.DS_Store
|
||
*.pem
|
||
|
||
# debug
|
||
npm-debug.log*
|
||
yarn-debug.log*
|
||
yarn-error.log*
|
||
.pnpm-debug.log*
|
||
|
||
# env files(シークレットは絶対にコミットしない。テンプレートの .env.example だけは配布に含める)
|
||
.env*
|
||
!.env.example
|
||
|
||
# vercel
|
||
.vercel
|
||
|
||
# typescript
|
||
*.tsbuildinfo
|
||
next-env.d.ts
|
||
|
||
# 図解の生成物・セットアップで生成されるファイル
|
||
output/*.html
|
||
deploy-history.log
|
||
fb-tool-url.txt
|
||
fb-api-token.txt
|
||
.env*.local
|