You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ Follow these steps to use this template:
16
16
1. Follow the directions in your new repo's `README.md` and make sure to check each file for alignment with your project.
17
17
1. Enjoy!
18
18
19
+
Copier already excludes `.git` from rendered output, so copying this template into an existing repository keeps that repository's history in place instead of importing this template's history. Copier also does not automatically run `git init` for a fresh destination. That could be done with a post-copy task, but Copier treats tasks as an unsafe feature, so this template leaves repository initialization as an explicit user step.
20
+
19
21
## What's included in the template
20
22
21
23
- Pre-configured `pyproject.toml` for Python project management
0 commit comments