Skip to content

leverage go-git to ignore file instead of custom solution#201

Open
carlosmarte wants to merge 1 commit into
americanexpress:mainfrom
carlosmarte:feat/use-go-git-ignore
Open

leverage go-git to ignore file instead of custom solution#201
carlosmarte wants to merge 1 commit into
americanexpress:mainfrom
carlosmarte:feat/use-go-git-ignore

Conversation

@carlosmarte
Copy link
Copy Markdown

  • Directory patterns: pycache/ should match files inside the directory, but the simple matcher doesn't understand this
  • Basename matching: .env pattern should match config/.env but the exact matcher requires full path matching
  • Pattern complexity: Many gitignore patterns like *.py[codz] and directory traversal patterns fail

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jan 27, 2026

CLA assistant check
All committers have signed the CLA.

@carlosmarte carlosmarte force-pushed the feat/use-go-git-ignore branch 2 times, most recently from 4206560 to 0cc8102 Compare February 27, 2026 15:01
@carlosmarte carlosmarte force-pushed the feat/use-go-git-ignore branch from 0cc8102 to 10c330d Compare February 27, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants