Add gitignore

This commit is contained in:
2026-02-26 16:30:53 -06:00
parent eec59c025a
commit 823c7cfba7
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.idea

View File

@@ -11,6 +11,7 @@ volumes:
services: services:
jellyfin: jellyfin:
image: lscr.io/linuxserver/jellyfin:latest image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000