diff options
author | grant-kun <[email protected]> | 2022-10-04 09:01:27 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-10-04 09:01:27 -0500 |
commit | ceb8bfca6dc072f42690f169ddc13235e02d8823 (patch) | |
tree | 1ba56de47e09c8fd51ace9d7b97e66ff571f9e3b /.gitignore | |
parent | 5b6bdefbec79245a93d38ea423738322580e73b7 (diff) |
removed package-lock
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1 +1,3 @@ -node_modules/
\ No newline at end of file +node_modules/ + +package-lock.json
\ No newline at end of file |