diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | assets/videojs/.gitignore | 4 |
2 files changed, 4 insertions, 1 deletions
@@ -7,4 +7,3 @@ /invidious /sentry /config/config.yml -assets/videojs
\ No newline at end of file diff --git a/assets/videojs/.gitignore b/assets/videojs/.gitignore new file mode 100644 index 00000000..5e7d2734 --- /dev/null +++ b/assets/videojs/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore |
