Prechádzať zdrojové kódy

Update .gitignore

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
}
```
Matt Seeley 5 rokov pred
rodič
commit
add86cd9f4
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -18,3 +18,4 @@ web-client
 .DS_Store
 .*libreelec*
 toolchain.cmake
+.sublime-settings