ilovekit

.gitignore Generator

11 tools

Build a .gitignore from language and editor templates.

Runs in your browser — your files and text stay on your device

A complete kit of everyday developer utilities — generators, parsers, and quick references — all running client-side, with nothing to install.

UUID GeneratorCron ParserHTTP Status Codes.gitignore GeneratorMeta Tag GeneratorUser-Agent ParserCurl Command BuilderCode FormatterFake Data GeneratorPlaceholder ImageJWT Generator

.gitignore

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

# Next.js
.next/
out/
node_modules/
.env*.local
.vercel
*.tsbuildinfo
next-env.d.ts

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*

# VSCode
.vscode/*
!.vscode/extensions.json

How to use this tool

  1. 1Click the languages/tools/editors your project uses.
  2. 2The combined .gitignore builds live.
  3. 3Copy it into a .gitignore file at your project root.

Frequently asked questions

Can I combine multiple templates?

Yes, select as many as apply — they're merged with section comments.

Are these official GitHub templates?

They're curated common patterns covering the same ground as GitHub's official templates, kept intentionally concise.

Guides

All guides →