Dev Tools

.gitignore Generator

Select languages, frameworks, IDEs, and OS patterns to generate a .gitignore file.

Languages & Frameworks
IDEs & Editors
Operating Systems

2 template(s) selected

.gitignore
Was this page helpful?

Related tools

About .gitignore Generator

Assemble a .gitignore file from language, framework, and tool templates so you do not commit build artifacts, dependencies, or secrets. Combine several stacks into one file.

How to use

  1. Select the languages, frameworks, and editors you use.
  2. Review the combined ignore rules.
  3. Copy the result into your project’s .gitignore.

Frequently asked questions

Can I combine multiple stacks?
Yes — pick several templates (e.g. Node, macOS, VS Code) and they are merged into one .gitignore.
Will it ignore files already committed?
No — .gitignore only affects untracked files; remove already-tracked files with git rm --cached.