Skip to content

Commit 93eb175

Browse files
committed
docs(template): Improve comment clarity in .gitignore
The comment in the template's `.gitignore` file has been updated from `# shared` to `# Globally Useful gitignores`. This change provides a more descriptive and accurate explanation for the subsequent ignore patterns, enhancing the readability and maintainability of the file for future developers.
1 parent 9d9f8e0 commit 93eb175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ref: <https://github.com/github/gitignore/blob/main/Python.gitignore>
22

3-
# shared
3+
# Globally Useful gitignores
44
*.log
55
*.log.*
66
playground/

0 commit comments

Comments
 (0)