-
Notifications
You must be signed in to change notification settings - Fork 436
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
Move experimental features to separate folder #134
Conversation
|
.gitignore
Outdated
@@ -1,3 +1,6 @@ | |||
/target | |||
**/*.rs.bk | |||
Cargo.lock | |||
|
|||
# IDEA |
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.
Not sure we want to add these for each editor, may add this to a global gitignore on your machine?
Thanks looks good! just one small nit |
@jtescher Thanks for your CR, I have cleaned up .gitignore, but CI failure confuses me. |
Yeah looks good, the ci issues around nightly should be fixed once #120 is merged |
See #133