aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorgrant-kun <[email protected]>2022-10-04 09:01:27 -0500
committergrant-kun <[email protected]>2022-10-04 09:01:27 -0500
commitceb8bfca6dc072f42690f169ddc13235e02d8823 (patch)
tree1ba56de47e09c8fd51ace9d7b97e66ff571f9e3b /.gitignore
parent5b6bdefbec79245a93d38ea423738322580e73b7 (diff)
removed package-lock
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 40b878d..3e8b050 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
-node_modules/ \ No newline at end of file
+node_modules/
+
+package-lock.json \ No newline at end of file