Skip to content

Add *.tsbuildinfo to .gitignore #52

Description

@jlwaugh

TypeScript's incremental compilation (tsc --incremental / composite projects) emits *.tsbuildinfo files that cache build state and shouldn't be committed. Add *.tsbuildinfo as an entry to the root .gitignore.

Acceptance: .gitignore contains a line *.tsbuildinfo.
Verify: grep -c '^\*\.tsbuildinfo$' .gitignore returns 1 (not 0, not >1).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions