Skip to content

Commit

Permalink
[CLN] Add gitattributes entry to mark generated files (#1231)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
- Edit .gitattributes to collapse generated files
(https://thoughtbot.com/blog/github-diff-supression)
 - New functionality
	 - ...

## Test plan
*How are these changes tested?*

- [x] Tests pass locally with `pytest` for python, `yarn test` for js

## Documentation Changes
*Are all docstrings for user-facing APIs updated if required? Do we need
to make documentation changes in the [docs
repository](https://github.com/chroma-core/docs)?
None required*
  • Loading branch information
HammadB authored Oct 13, 2023
1 parent 7fd35df commit f8805e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*_pb2.py* linguist-generated

0 comments on commit f8805e6

Please sign in to comment.