Skip to content
BEAD

.gitignore Builder

Pick languages, frameworks, build tools, editors and OS — get a deduped .gitignore.

Languages
Frameworks
Build tools
Editors / OS
.gitignore (3 templates)
# Generated by BEAD .gitignore Builder

### Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.pnpm-store/
package-lock.json.bak

### macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.Spotlight-V100
.Trashes

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

Curated set

BEAD ships ~30 hand-picked templates covering the languages, frameworks, build tools, and editors / OS files you actually see in production. We deliberately don't mirror the full github/gitignore catalog — that's noisier than helpful.

Layout

Selected templates are concatenated with a header per section so you can see which entries came from where.

You might also like