Desarrollo

Generador de .gitignore

Genera un archivo .gitignore para cualquier stack — elige entre más de 30 lenguajes, frameworks, IDEs y sistemas operativos

Select Technologies

Pick all the technologies used in your project

.gitignore Generator

Generate .gitignore files for any technology stack — Node.js, Python, React, Go, Java, .NET, and 30+ more. Keep build artifacts, secrets, and editor files out of your git repository.

FAQ

What is a .gitignore file?

A .gitignore file tells git which files and folders to ignore — not track, stage, or commit. Typically includes node_modules/, build/, .env, and editor config files.

My file is already tracked — will .gitignore untrack it?

No. .gitignore only prevents untracked files from being added. To stop tracking an already-committed file, run: git rm --cached filename

Can I have multiple .gitignore files?

Yes. Git looks for .gitignore in every directory. A .gitignore in a subdirectory only applies to files in that directory.

¿No encuentras lo que buscas?

Creamos herramientas gratis según la comunidad. Si te falta algo para tu flujo de trabajo, ¡sugiérelo!