Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-05-08 10:23:08 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-05-08 10:23:08 +0300
commit43ee03cce7bfab8ec818541403cb47b0419c4243 (patch)
tree0b88cfc98d704d844a511a855d5f696f8cf98e9a /.gitignore
parent9e5f119fa58bf28d20c3cdcaacd1fb3e954e7c92 (diff)
Add "package-lock.json" to the versioned files
As stated in NPM documentation, the file is intended to be committed into source repositories; this ensures that everyone is using the same dependencies (as the semantic versioning of dependencies in "package.json" does not). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5e399d915..84b64c151 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,6 @@
# Exclude npm stuff
build
node_modules
-package-lock.json
# Karma/jasmine coverage data
coverage