Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(repo): add .gitattributes to skip generated files in diffs #2061

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

xsahil03x
Copy link
Member

@xsahil03x xsahil03x commented Dec 10, 2024

This pull request includes a small change to the .gitattributes file to improve the handling of generated files in diffs. The change ensures that generated files are skipped from showing up in diffs.

  • .gitattributes: Added rules to mark *.g.dart and *.freezed.dart files as generated, preventing them from appearing in diffs.

@xsahil03x xsahil03x changed the title chore: add .gitattributes to skip generated files in diffs chore(repo): add .gitattributes to skip generated files in diffs Dec 10, 2024
Copy link
Contributor

@Brazol Brazol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xsahil03x xsahil03x merged commit 37a568b into master Dec 10, 2024
11 checks passed
@xsahil03x xsahil03x deleted the repo/gitattributes branch December 10, 2024 10:48
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