mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-27 08:10:25 +00:00
add86cd9f4
A `.sublime-settings` file is supported by the https://packagecontrol.io/packages/Directory%20Settings plugin. This is useful to avoid trimming superfluous whitespace left over by other editors. Example: ``` { "trim_automatic_white_space": false, "trim_trailing_white_space_on_save": false } ```
22 lines
327 B
Plaintext
22 lines
327 B
Plaintext
*.pro.user*
|
|
dependencies/*
|
|
CMakeLists.txt.user
|
|
CMakeLists.txt.user.*
|
|
build/*
|
|
.idea
|
|
.install_pkg
|
|
.openelec-unpack
|
|
QtCreatorDeployment.txt
|
|
vagrant/ubuntu-x86_64/.vagrant
|
|
vagrant/windows-x86_64/.vagrant
|
|
build-*
|
|
cmake-build-*
|
|
*.pyc
|
|
conaninfo.txt
|
|
conanbuildinfo.*
|
|
web-client
|
|
.DS_Store
|
|
.*libreelec*
|
|
toolchain.cmake
|
|
.sublime-settings
|