-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Enhance .gitignore files for better exclusion of unnecessary files #4383
Conversation
…d generated artifacts
✅ Deploy Preview for react-native ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general, I would prefer us to stay with manually managed .gitignore
, and only add entries in there if any issue arose.
Would be nice if you can chop down the changeset down to only necessary changes that would be great.
Co-authored-by: Bartosz Kaszubowski <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the gitignore list, LGTM! 👍
Update .gitignore to include additional logs, editor files, and generated artifacts, improving project cleanliness and reducing clutter in version control.