voice-diagram-comment/.gitignore
snc 6cba1f1351 initial commit
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-30 21:22:21 +09:00

43 lines
572 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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