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

Remove duplication from .gitignore #376

Merged
merged 1 commit into from
Apr 22, 2023
Merged

Conversation

naynaly10
Copy link
Contributor

Simplified patterns.

  1. **/.DS_Store includes the .DS_Store pattern.

  2. **/pycache includes the pycache pattern.

  3. index_data includes the /index_data pattern.

Simplified patterns.

1. **/.DS_Store includes the .DS_Store pattern.

2. **/__pycache__ includes the __pycache__ pattern.

3. index_data includes the /index_data pattern.
@jeffchuber jeffchuber changed the title Update .gitignore Remove duplication from .gitignore Apr 22, 2023
@jeffchuber jeffchuber self-requested a review April 22, 2023 01:14
Copy link
Contributor

@jeffchuber jeffchuber left a comment

Choose a reason for hiding this comment

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

lgtm

@jeffchuber jeffchuber merged commit 1e18da0 into chroma-core:main Apr 22, 2023
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