wizarrrr / wizarr

Wizarr is an advanced user invitation and management system for Jellyfin, Plex, Emby etc.
https://docs.wizarr.dev
MIT License
1.27k stars 88 forks source link

Ignore .vite files in Git #231

Closed realashleybailey closed 11 months ago

realashleybailey commented 11 months ago

The .gitignore file has been updated to exclude .vite files from being tracked in Git. This change prevents .vite files from cluttering the repository and helps maintain a clean commit history. .vite files are typically generated by Vite, a build tool for web applications.