about summary refs log tree commit diff stats
path: root/templates/shell/.gitignore (unfollow)
Commit message (Collapse)Author
2024-09-30feat(common/init): Perform the first run of `reuse` on initBenedikt Peetz
2024-09-30chore(templates): Add the new `git_template` directoryBenedikt Peetz
2024-09-30fix(common/init): Also remove the shipped `git_template`, after it's usedBenedikt Peetz
2024-09-30feat(common/init): Ship a full git_templateBenedikt Peetz
2024-09-30fix(common/init): Be smarter, when suggesting an owner nameBenedikt Peetz
2024-08-04fix(templates/latex/letter): Improve standard latex settingsBenedikt Peetz
2024-08-04fix(common/init): Also re-add execution permissions to the `watch.sh` scriptBenedikt Peetz
2024-08-04fix(common/init): Ensure that the template is properly formattedBenedikt Peetz
This includes avoiding removing linebreaks (as that breaks the jinja2 syntax) and removing a vim modeline, as it would otherwise be copied to the file the template is applied to.
2024-08-04fix(common/init): Detect latex project by the `watch.sh` fileBenedikt Peetz
Not every latex project has a lpm.toml file.
2024-08-04fix(common/init): Also delete the init.local file, if it existsBenedikt Peetz