diff options
author | Julien Maulny <julien.maulny@protonmail.com> | 2019-10-16 22:42:40 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-10-19 11:54:14 +0200 |
commit | e063f46a0b8c99429b033b1104f4427163f283b5 (patch) | |
tree | 41bdb5d00cd4cae0094e1d2013599131a1618bb9 /.gitignore | |
parent | 5a1e48482e1f41ec7ecb8203bb7c7a0da941f554 (diff) | |
download | PeerTube-e063f46a0b8c99429b033b1104f4427163f283b5.tar.gz PeerTube-e063f46a0b8c99429b033b1104f4427163f283b5.tar.zst PeerTube-e063f46a0b8c99429b033b1104f4427163f283b5.zip |
Add generated files to gitignore to have a clean stage
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fbf8fdf3c..6ef90385c 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -2,6 +2,7 @@ | |||
2 | /node_modules/ | 2 | /node_modules/ |
3 | /server/tools/node_modules | 3 | /server/tools/node_modules |
4 | *npm-debug.log | 4 | *npm-debug.log |
5 | yarn-error.log | ||
5 | 6 | ||
6 | # Testing | 7 | # Testing |
7 | /test1/ | 8 | /test1/ |
@@ -45,3 +46,4 @@ | |||
45 | /*.asc | 46 | /*.asc |
46 | /server/tools/import-mediacore.ts | 47 | /server/tools/import-mediacore.ts |
47 | /docker-volume/ | 48 | /docker-volume/ |
49 | /init.mp4 | ||