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
The .templatesyncignore is not handling comments. Example ICESAT-2HackWeek/IS2-website-2024#2
.templatesyncignore
The issue came with #512 or was even present before.
The .templatesyncignore should handle comments
current behaviour:
☁ IS2-website-2024 [tmp] ⚡ cat .templatesyncignore | awk NF | xargs echo # THIS FILE CANNOT BE SYNCED # use glob patterns as in .gitignore # recommend listing non-basics tutorial directories here # configuration files cookiecutter.yaml # environment lock files conda/*lock.yml # team member files team/*-* # book files (configuration, usage-specific) book/_config.yml # event-specific tutorials
No response
v2.2.1
The text was updated successfully, but these errors were encountered:
fix(#536): 🐛 issue with comments within .templatesyncignore
9f7681e
Signed-off-by: Andy Augustin <dev@andreas-augustin.org>
fix(#536): 🐛 issue with comments within .templatesyncignore (#538)
aba0971
AndreasAugustin
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Describe the bug
The
.templatesyncignore
is not handling comments.Example ICESAT-2HackWeek/IS2-website-2024#2
The issue came with #512 or was even present before.
Expected Behavior
The
.templatesyncignore
should handle commentsCurrent Behavior
current behaviour:
Steps To Reproduce
No response
Possible Solution
No response
Additional Information/Context
Template sync version Version
v2.2.1
The text was updated successfully, but these errors were encountered: