# github/gitignore

A collection of useful .gitignore templates

Repository: https://github.com/github/gitignore
Canonical: https://ross.abutalabs.com/products/gitignore
License: CC0-1.0
License Family: permissive
Topics: gitignore, git
Last push: 2026-08-25T17:02:50+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 5777, "days_push": 8, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 175467, forks 82250 (observed 2026-08-28T04:12:24.453320+00:00)

## What it is
GitHub's official collection of .gitignore file templates for many languages, frameworks, editors, and operating systems. It powers the .gitignore template chooser on GitHub.com and can be copied into any Git repository.

## Use cases
- find a gitignore template for a python project
- ignore node_modules and build artifacts in git
- set up a global gitignore for my editor
- stop committing IDE files to git
- get a gitignore template when creating a new repo

## When to choose
- you are starting a new project and want sensible ignore rules for your language or tool
- you need editor or OS-specific ignore rules for a global gitignore
- you want the canonical templates GitHub itself uses

## When to avoid
- you need programmatically generated or highly customized ignore rules
- your tooling already generates .gitignore files automatically (e.g. scaffolding CLIs)

## Facets
- artifact type: dataset
- maturity: stable
- function: version-control, developer-tools, configuration-management
- domain: developer-tools, version-control
- platform: cross-platform, cli
- tags: gitignore, git, templates, boilerplate

## Member repositories
- github/gitignore (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:24.453320+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:10:46.322288+00:00, confidence not recorded.
  - readme: https://github.com/github/gitignore (fetched 2026-08-28T04:12:24.453320+00:00, sha 53d1980eb60c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
