generated from AndreasAugustin/template
-
-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
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 comments
Current Behavior
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 tutorialsSteps To Reproduce
No response
Possible Solution
No response
Additional Information/Context
☁ 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 tutorialsTemplate sync version Version
v2.2.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Projects
Status
Done