Properly disable package-lock.json
authorXhmikosR <redacted>
Mon, 4 Oct 2021 18:52:44 +0000 (21:52 +0300)
committerXhmikosR <redacted>
Mon, 4 Oct 2021 18:53:20 +0000 (21:53 +0300)
.gitignore
.npmrc [new file with mode: 0644]

index 7f940d419f79e32b70fb7e11183d8d8270c1ac4e..3dcd13fc5ea4b4e6900a59b5d4aa06bfd8a61b32 100644 (file)
@@ -7,4 +7,5 @@ readmeData.json
 hosts-*
 /web.config
 /__pycache__
-/node_modules
+/node_modules/
+/package-lock.json
diff --git a/.npmrc b/.npmrc
new file mode 100644 (file)
index 0000000..43c97e7
--- /dev/null
+++ b/.npmrc
@@ -0,0 +1 @@
+package-lock=false
git clone https://git.99rst.org/PROJECT