diff options
author | Chocobozzz <me@florianbigard.com> | 2021-09-07 11:47:40 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-09-07 11:47:40 +0200 |
commit | 6f9719b568fad75959a1404b6927b7a278061c41 (patch) | |
tree | 0d982298e429a67e8f4cb8bb79bd9f2eb0337622 /client/.gitignore | |
parent | dbe91db73e8b7992b414bdc0d3088dc73dde40b6 (diff) | |
download | PeerTube-6f9719b568fad75959a1404b6927b7a278061c41.tar.gz PeerTube-6f9719b568fad75959a1404b6927b7a278061c41.tar.zst PeerTube-6f9719b568fad75959a1404b6927b7a278061c41.zip |
Add dev lib documentation
Diffstat (limited to 'client/.gitignore')
-rw-r--r-- | client/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/.gitignore b/client/.gitignore index a02b6a6cc..7297b43fc 100644 --- a/client/.gitignore +++ b/client/.gitignore | |||
@@ -9,3 +9,5 @@ | |||
9 | /src/locale/target/player_*.xml | 9 | /src/locale/target/player_*.xml |
10 | /src/locale/target/server_*.xml | 10 | /src/locale/target/server_*.xml |
11 | /e2e/local.log | 11 | /e2e/local.log |
12 | /src/standalone/player/build | ||
13 | /src/standalone/player/dist | ||