-
Notifications
You must be signed in to change notification settings - Fork 206
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
feat: Add specific directories to .gitignore #2880
feat: Add specific directories to .gitignore #2880
Conversation
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.
Please run cargo fmt
before pushing
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.
Please also add changes to CHANGELOG.md
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.
Co-authored-by: ksew1 <[email protected]>
Co-authored-by: kkawula <[email protected]>
Hello, what happened with this? |
Add specific directories to .gitignore when calling snforge init #2298
Closes #2298
Introduced changes
The following folder references are added to the .gitignore in the new.rs located in crates/forge/src:
.snfoundry_cache/
file, "snfoundry_trace/
file, "coverage/
file, "profile/"
Additionally, a test is created to verify the changes in running.rs located in crates/forge/tests/e2e, the fn is called create_new_project_and_check_gitignore
Checklist
CHANGELOG.md