We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While bootstrapping a new project using cargo-powdr new my-host has missing .gitignore file.
cargo-powdr new my-host
.gitignore
As the build file is pretty huge need to manually add .gitignore which should have been part of the template.
The text was updated successfully, but these errors were encountered:
cargo-powdr gitignore add on template (#2213)
56d43c4
#2210
No branches or pull requests
While bootstrapping a new project using
cargo-powdr new my-host
has missing.gitignore
file.As the build file is pretty huge need to manually add
.gitignore
which should have been part of the template.The text was updated successfully, but these errors were encountered: