diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-14 16:56:44 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-05-27 16:00:13 +0200 |
commit | 662351e62669d11f5dfb7c871edf37095ec0097e (patch) | |
tree | bd8fa17b4435cd6ae06a561b34b214d95e91ac08 /.gitignore | |
parent | 9aff616d5051a93f69a96fd567f0563982019d15 (diff) | |
download | PeerTube-662351e62669d11f5dfb7c871edf37095ec0097e.tar.gz PeerTube-662351e62669d11f5dfb7c871edf37095ec0097e.tar.zst PeerTube-662351e62669d11f5dfb7c871edf37095ec0097e.zip |
Update embed webpack config
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 98f337490..3027b6058 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -15,7 +15,7 @@ yarn-error.log | |||
15 | /server/tests/fixtures/video_59fps.mp4 | 15 | /server/tests/fixtures/video_59fps.mp4 |
16 | 16 | ||
17 | # Production | 17 | # Production |
18 | /storage/ | 18 | /storage |
19 | /config/production.yaml | 19 | /config/production.yaml |
20 | /config/local* | 20 | /config/local* |
21 | /ffmpeg/ | 21 | /ffmpeg/ |