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

Add support for a .langstreamignore file #383

Merged
merged 1 commit into from
Sep 8, 2023
Merged

Conversation

cbornet
Copy link
Member

@cbornet cbornet commented Sep 8, 2023

Follows the same rules as gitignore.
At the moment, no support for langstreamignore overrides in subfolders.

TIP: set association of .langstreamignore to .gitignore file type in IDE


# This folder holds the libs built for the target
# and we need it in the package
!python/lib/
Copy link
Member Author

Choose a reason for hiding this comment

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

Should we also add java/lib/ to the exclusions ?

Copy link
Member

Choose a reason for hiding this comment

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

This would be useful,
but we should always not exclude that library, especially if you have "java dependencies"
or we could always "keep" the jars related to the dependency management

Copy link
Member Author

Choose a reason for hiding this comment

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

OK. I'll add a rule for Java

Copy link
Member

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

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

LGTM

@eolivelli eolivelli merged commit 8632d3d into main Sep 8, 2023
8 checks passed
@cbornet cbornet deleted the langstreamignore branch September 8, 2023 12:51
benfrank241 pushed a commit to vectorize-io/langstream that referenced this pull request May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants