# Beste UI

> Beautiful, accessible blocks, pieces and components for shadcn/ui and Tailwind CSS, built for React and Next.js. Install one with the shadcn CLI and the code is yours to edit: no runtime dependency, nothing to upgrade.

Markdown rendition of https://ui.beste.co/tools/gitignore-generator. Every page on the site has one: add `.md` to any address, or send `Accept: text/markdown`.

Whole catalog for LLMs: https://ui.beste.co/llms.txt. Registry index: https://ui.beste.co/r/registry.json

---
[tools](/tools)/[code](/tools/category/code)

# gitignore generator

Build a .gitignore from the stacks you actually run, with the lines that matter and none of the historical noise.

Stacks

NodeNext.jsViteEnvironmentPythonGoRustJavamacOSWindowsEditorsLogs & caches

.gitignore

# Node
node_modules/
npm-debug.log*
yarn-error.log*
.pnpm-debug.log*
*.tsbuildinfo

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

# Environment
.env
.env.*
!.env.example
*.pem
*.key

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

# Editors
.vscode/*
!.vscode/extensions.json
.idea/
*.swp
*.swo
.claude/

## Questions

Why so much shorter than the official templates?+

Because those carry decades of tooling nobody uses any more, and a file nobody reads is a file where a real mistake hides. These are the lines that earn their place today.

What about files already committed?+

A gitignore only affects untracked files. For something already in the history, run git rm --cached on it first, and rotate it if it was a secret: it stays in the history either way.

Should I ignore the lock file?+

No, commit it: the point of a lock file is that everyone installs the same tree. The one exception is a Rust library, where Cargo.lock is conventionally left out.

Does a gitignore work in a subfolder?+

Yes. A .gitignore applies to its own folder and everything under it, and patterns without a slash match at any depth. A pattern that starts with a slash is anchored to the file's own folder, which is how you ignore /build without ignoring src/build.

## Related tools

[Meta tag generatorWrite the title, description and image once and get the full head, the Next.js metadata object, and a preview of the card people will actually see.](/tools/meta-tags)[SQL formatterTurn a one-line query into something reviewable: clauses on their own lines, joins indented under them, keywords in capitals.](/tools/sql-formatter)[HTTP status codesEvery HTTP status code worth knowing, from 200 and 301 to 429 and 503, with a line on when to reach for it rather than a paraphrase of the RFC.](/tools/http-status-codes)

Ship it · Ship it · Ship it · Ship it · Ship it · Ship it · Ship it · Ship it · Ship it · Ship it · Ship it · Ship it · Ship it · Ship it · Ship it · Ship it · 

## The tools are free. So is most of the library.

1935 blocks and 989 pieces for shadcn/ui and Tailwind, built on the same tokens these tools write. Install one with a command and the code is yours.

[Browse the blocksBrowse the blocks](/blocks)

No signup for the tools. MIT for free blocks, commercial licence for Pro.

## Ship the interface, keep the code.

New blocks, pieces and components every week. Install one with a command and it is yours to edit. No runtime dependency, no upgrade path to fight.

[Browse the libraryBrowse the library](/blocks)[See pricingSee pricing](/pricing)

### Library

* [Blocks](/blocks)
* [Pages](/pages)
* [Pieces](/pieces)
* [Components](/components)
* [Search](/search)

### Learn

* [Docs](/docs)
* [AI & MCP](/docs/mcp)
* [Blog](/blog)
* [Free tools](/tools)
* [What's new?](/changelog)
* [Website Builder](https://beste.co)

### More

* [Pricing](/pricing)
* [Referrals](/referrals)
* [License](/license)
* [GitHub](https://github.com/beste-co/beste-ui)

### Shadcn Blocks

* [Shadcn Hero Blocks](/blocks/hero)
* [Shadcn Feature Blocks](/blocks/feature)
* [Shadcn Pricing Blocks](/blocks/pricing)
* [Shadcn CTA Blocks](/blocks/cta)
* [Shadcn FAQ Blocks](/blocks/faq)
* [Shadcn About Blocks](/blocks/about)
* [Shadcn Stats Blocks](/blocks/stats)
* [Shadcn Footer Blocks](/blocks/footer)
* [Shadcn Navigation Blocks](/blocks/navigation)
* [Shadcn Auth Blocks](/blocks/auth)
* [Shadcn Ecommerce Blocks](/blocks/ecommerce)
* [Shadcn Portfolio Blocks](/blocks/portfolio)
* [Shadcn Showcase Blocks](/blocks/showcase)
* [Shadcn Careers Blocks](/blocks/careers)
* [Shadcn Onboarding Blocks](/blocks/onboarding)
* [Shadcn Coming Soon Blocks](/blocks/coming-soon)
* [Shadcn Post Blocks](/blocks/post)
* [Shadcn Legal Blocks](/blocks/legal)
* [Shadcn Workflow Blocks](/blocks/workflow)
* [Shadcn News Blocks](/blocks/news)

© 2026, [Beste](https://beste.co). All rights reserved.