mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Add live-hls storage dir and gitignore
This commit is contained in:
parent
7803b692f8
commit
154f23416a
2 changed files with 3 additions and 0 deletions
1
storage/app/public/.gitignore
vendored
1
storage/app/public/.gitignore
vendored
|
@ -5,3 +5,4 @@
|
||||||
!emoji/
|
!emoji/
|
||||||
!textimg/
|
!textimg/
|
||||||
!headers/
|
!headers/
|
||||||
|
!live-hls/
|
||||||
|
|
2
storage/app/public/live-hls/.gitignore
vendored
Normal file
2
storage/app/public/live-hls/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
Loading…
Reference in a new issue