Preserve videojs directory for dependency script

This commit is contained in:
syeopite 2021-09-11 22:53:56 -07:00
parent 1af1474d04
commit 6699c80357
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,4 +7,3 @@
/invidious
/sentry
/config/config.yml
assets/videojs

4
assets/videojs/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore