Skip to content

Commit b06a735

Browse files
committed
remove lockfile from gitignore init
1 parent dd1bbe1 commit b06a735

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/initialize.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,6 @@ def startWindow(dev=False):
380380
node_modules
381381
dist
382382
383-
*-lock.yaml
384-
*-lock.json
385-
386383
# misc
387384
.env"""
388385
with open(f"{self.projectID}/.gitignore", "w") as f:

0 commit comments

Comments
 (0)