Skip to content

gitIgnore

Published by Shubham Arora

.gitignore reference for various languages

Open sourceGPL-3.0

Highlights

  • Provides .gitignore pattern references organised by programming language.
  • Useful when setting up version control for an unfamiliar toolchain.
  • Focused on lookup rather than repository operations.
  • Distributed for Linux desktops.
  • Released under the GPL-3.0 licence.

About this application

gitIgnore is a reference tool for .gitignore files. It gathers the ignore patterns associated with a range of programming languages and toolchains, so that a developer starting a repository can look up which build outputs, dependency directories, cache files and editor leftovers are normally excluded from version control for that ecosystem, rather than recalling them from memory or copying an old file from another project.

The application is organised around language entries: the reader selects the language or environment they are working in and consults the corresponding set of patterns. Its scope is documentation and lookup rather than repository management, so it does not replace a Git client or perform commits; the patterns still have to be placed in the project by the user.

The entry lists Linux as the supported platform, so users of other desktop operating systems will need a different tool or the upstream sources. gitIgnore is published by Shubham Arora under the GPL-3.0 licence.

Linux

We do not host this file, we do not scan it and we do not inspect its contents. Read what the source says, then decide for yourself.