.gitignore 產生器

依據專案範本和自訂規則建立 .gitignore 檔案。

已選範本

程式語言 / 執行階段

框架

工具 / 編輯器

作業系統

新增自訂規則

結果 (.gitignore)

檔名 15 · 副檔名 1 · 資料夾 6

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
dist/
build/
.env
.env.local
.env.*.local
coverage/
*.tsbuildinfo

# Next.js
.next/
out/
next-env.d.ts

# VS Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes
所有工具都在瀏覽器中執行,檔案不會上傳到伺服器。