Skip to content

Commit 5cbb40f

Browse files
committed
fix: remove --dev flag from uv sync and clean up .gitignore
1 parent 175f7fb commit 5cbb40f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
3232
# Clone and setup the project
3333
git clone https://github.com/firebase/firebase-functions-python.git
3434
cd firebase-functions-python
35-
uv sync --dev
35+
uv sync
3636
```
3737

3838
This will automatically:

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,3 @@ doc/dist
139139
.idea
140140
.vscode/*
141141
!.vscode/settings.json
142-
143-
# Local development files
144-
async.md
145-
modernization.md
146-
uv.lock

0 commit comments

Comments
 (0)