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 | |
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
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | client/.gitignore | 3 |
2 files changed, 4 insertions, 1 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 | ||
diff --git a/client/.gitignore b/client/.gitignore index cc1ec4083..a99ddef31 100644 --- a/client/.gitignore +++ b/client/.gitignore | |||
@@ -4,6 +4,7 @@ | |||
4 | /stats.json | 4 | /stats.json |
5 | /dll | 5 | /dll |
6 | /.awcache | 6 | /.awcache |
7 | /src/locale/pending_target/ | ||
7 | /src/locale/target/iso639_*.xml | 8 | /src/locale/target/iso639_*.xml |
8 | /src/locale/target/player_*.xml | 9 | /src/locale/target/player_*.xml |
9 | /src/locale/target/server_*.xml \ No newline at end of file | 10 | /src/locale/target/server_*.xml |