diff --git a/.gitignore b/.gitignore index 962e2c390..1779a73d0 100644 --- a/.gitignore +++ b/.gitignore @@ -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 000000000..5e7d2734c --- /dev/null +++ b/assets/videojs/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore