mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #136 from BnMcG/135-gitignore
Ignore debian build artifacts
This commit is contained in:
commit
64805410c2
12
.gitignore
vendored
12
.gitignore
vendored
@ -235,7 +235,19 @@ pip-log.txt
|
||||
MediaBrowser.WebDashboard/dashboard-ui/.idea/
|
||||
/.vs
|
||||
|
||||
##########
|
||||
# Rider
|
||||
##########
|
||||
.idea/
|
||||
|
||||
#########################
|
||||
# Debian build artifacts
|
||||
#########################
|
||||
|
||||
debian/.debhelper/
|
||||
debian/files
|
||||
debian/jellyfin.substvars
|
||||
debian/jellyfin/
|
||||
|
||||
# Don't ignore the debian/bin folder
|
||||
!debian/bin/
|
||||
|
Loading…
x
Reference in New Issue
Block a user