.gitignore generator

Combine language presets and common OS junk files.

Overview

Review before committing. Add team-specific rules (build, IDE, secrets).

Tool guide

  • O que é .gitignore Arquivo no repositório Git que lista padrões de arquivos e pastas que o Git não deve versionar (build, dependências, segredos locais, lixo do SO).
  • O que a ferramenta faz Combina presets por linguagem (PHP, Node, Python, etc.) e arquivos comuns do sistema operacional.
  • Por que usar Começar um projeto sem commitar node_modules, .env ou binários. Sempre revise e adapte ao seu time.

Download

Use "Baixar arquivo" para obter um .gitignore pronto para colar no repositório.

FAQ

What is this tool for?

It runs fully in your browser: useful to validate, format, or convert data in everyday development.

Are my inputs sent to a server?

Processing happens locally with JavaScript. We do not store what you paste into the text areas.

Can I use this for real production data?

Use at your own risk. For secrets (passwords, tokens), prefer controlled environments and your company policies. And always review the generated contents. Never trust blindly things you see on the internet.