mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
exclude generated web and mac stuff
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -5,6 +5,9 @@
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Mac suff
|
||||
.DS_Store
|
||||
|
||||
# Test binary, build with `go test -c`
|
||||
*.test
|
||||
|
||||
@@ -28,3 +31,5 @@ toolchains/
|
||||
/src/google.golang.org/
|
||||
/toolchain/
|
||||
/test/
|
||||
# web static conent
|
||||
server/web/pages/template
|
||||
|
||||
Reference in New Issue
Block a user