Skip to content

Check .gitignore covers common sensitive files #24

@vidya381

Description

@vidya381

Verify that .gitignore has entries for files that should never be committed. Check for at minimum:

  • .env
  • node_modules/ (Node projects)
  • pycache/ (Python projects)
  • *.log

Warn if any of these are missing from .gitignore. Add internal/check/gitignore.go, register it when .gitignore exists in the project root.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions