Skip to content

Commit 6cdc7dc

Browse files
committed
README.md add status badge, .gitignore leave uv.lock in repo
1 parent c20375d commit 6cdc7dc

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ venv/
109109
ENV/
110110
env.bak/
111111
venv.bak/
112-
uv.lock
113112

114113
# Spyder project settings
115114
.spyderproject

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cookiecutter-python-django
22
| BRANCH | STATUS |
33
| ------ |--------|
4-
| main | |
4+
| main | [![Unit-Testing, Coverage, Linting](https://github.com/naturalblaze/cookiecutter-python-django/actions/workflows/test-bake.yml/badge.svg)](https://github.com/naturalblaze/cookiecutter-python-django/actions/workflows/test-bake.yml) |
55
| develop | [![Unit-Testing, Coverage, Linting](https://github.com/naturalblaze/cookiecutter-python-django/actions/workflows/test-bake.yml/badge.svg)](https://github.com/naturalblaze/cookiecutter-python-django/actions/workflows/test-bake.yml) |
66

77
* This is a "cookiecutter" repository designed to be used as a framework to create repository structure.

0 commit comments

Comments
 (0)