Browse Source

Add package-lock to gitignore

master
Silberengel 1 year ago
parent
commit
904e95cd0e
  1. 1
      .gitignore

1
.gitignore vendored

@ -8,3 +8,4 @@ node_modules
!.env.example !.env.example
vite.config.js.timestamp-* vite.config.js.timestamp-*
vite.config.ts.timestamp-* vite.config.ts.timestamp-*
package-lock.json
Loading…
Cancel
Save