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:
authorLeon Klingele <leon@struktur.de>2017-08-28 11:43:14 +0300
committerLeon Klingele <leon@struktur.de>2017-08-28 11:43:14 +0300
commit6071db0d64c0aaf02cf7aa631e86b04ddbf609db (patch)
tree54fd23e559245122aeb0d2a6cef8a6d32bf8e0ea /.gitignore
parent8d8b8d943d829f2ff2c0122949854077a7fdc8d0 (diff)
gitignore: Ignore 'package-lock.json'
This file is installed by npm as of version 5 when running "npm install"
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3a6ad154a..5e399d915 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
-# Exclude npm deps
+# Exclude npm stuff
build
node_modules
+package-lock.json
# Karma/jasmine coverage data
coverage