fix(homepage): Ignore custom CSS and JS files

This commit is contained in:
Adrien Poupa 2023-10-08 18:50:22 -04:00
parent 911774e76e
commit 111bf371dc

2
.gitignore vendored
View File

@ -3,6 +3,8 @@
docker-compose.override.yml docker-compose.override.yml
/homepage/logs /homepage/logs
/homepage/*.yaml /homepage/*.yaml
/homepage/*.css
/homepage/*.js
/sonarr /sonarr
!/sonarr/.gitkeep !/sonarr/.gitkeep
/radarr /radarr