diff options
author | Chocobozzz <me@florianbigard.com> | 2019-05-24 15:48:48 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-05-27 14:56:06 +0200 |
commit | 7e9d3f259d5dac0d17ca4f3d6844e8cfbb7e33d1 (patch) | |
tree | fb3b258dd55bcf2d85a3cf507ea0bb9e6d2b9fc2 /.gitignore | |
parent | ff747e79400f43de79df578c14d9b81ff55de84b (diff) | |
download | PeerTube-7e9d3f259d5dac0d17ca4f3d6844e8cfbb7e33d1.tar.gz PeerTube-7e9d3f259d5dac0d17ca4f3d6844e8cfbb7e33d1.tar.zst PeerTube-7e9d3f259d5dac0d17ca4f3d6844e8cfbb7e33d1.zip |
Move CLI dependencies in their own package.json
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8cd04eea1..3a91facb4 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1,5 +1,6 @@ | |||
1 | # NPM instalation | 1 | # NPM instalation |
2 | /node_modules/ | 2 | /node_modules/ |
3 | /server/tools/node_modules | ||
3 | *npm-debug.log | 4 | *npm-debug.log |
4 | 5 | ||
5 | # Testing | 6 | # Testing |