opendatahub-io / ai-edge

ODH integration with AI at the Edge usecases
Apache License 2.0
9 stars 18 forks source link

Added .idea folder to .gitignore #193

Closed jackdelahunt closed 8 months ago

jackdelahunt commented 8 months ago

Description

Adds the .idea folder generated by Jetbrains IDEs to the gitignore

openshift-ci[bot] commented 8 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: jackdelahunt Once this PR has been reviewed and has the lgtm label, please assign adelton for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/opendatahub-io/ai-edge/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
LaVLaS commented 8 months ago

My personal preference is the .gitignore file only includes files that are generated by or created in support of workflows executed from within the repo. Artifacts generated by individual developers IDEs should be added to your global gitignore so that it applies to all git repos on your local machine.