Skip to content

Commit

Permalink
chore: remove package-lock.json in templates (#14)
Browse files Browse the repository at this point in the history
* Remove package-lock.json files in templates

* Make sure we ignore package-lock.json files in templates
  • Loading branch information
Florens Verschelde authored Aug 31, 2023
1 parent 16ede6d commit 3b1774c
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 82,520 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

# Ignore patterns for templates
*/node_modules
#*/package-lock.json
*/yarn.lock
*/package-lock.json
*/pnpm-lock.yaml
*/yarn.lock

# Ignore everywhere
._*
.DS_Store
.vscode
11,229 changes: 0 additions & 11,229 deletions bootstrap-5/package-lock.json

This file was deleted.

20,286 changes: 0 additions & 20,286 deletions egg/package-lock.json

This file was deleted.

Loading

0 comments on commit 3b1774c

Please sign in to comment.