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
I think we run
peru reup
we can search the .gitignore mark
.gitignore
# peru files
and add items to them.
For instance, if I have the peru.yaml file like:
peru.yaml
imports: my_silde: notes/ git module my_silde: url: git@github.com:chenboshuo/myslide_template.git pick: [makefile,myslide.cls] rev: cf178c930b5702230fb2dc953873aa202d404aa6
And we setting the setting items in peru.yaml:
settings: auto-ignore: true
and I have .gitignore like:
# peru **/.peru # peru files
after my run peru reup, the .gitignore become:
# peru **/.peru # peru files +++ notes/makefile +++ notes/myslide.cls
Thank you for your attention.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think we run
we can search the
.gitignore
markand add items to them.
For instance,
if I have the
peru.yaml
file like:And we setting the setting items in
peru.yaml
:and I have
.gitignore
like:after my run
peru reup
,the
.gitignore
become:Thank you for your attention.
The text was updated successfully, but these errors were encountered: