diff options
| author | Odd Stranne <odd@mullvad.net> | 2019-11-29 13:49:27 +0100 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2019-12-04 13:07:55 +0100 |
| commit | 651f1e9f81692513296eed12cb396026fa8386f1 (patch) | |
| tree | 3257c3523b44e48615ec12b17f8c378e398419f3 | |
| parent | 3cc2d3b75a488eb5f402314f4ec64201fdf16c0a (diff) | |
| download | mullvadvpn-651f1e9f81692513296eed12cb396026fa8386f1.tar.xz mullvadvpn-651f1e9f81692513296eed12cb396026fa8386f1.zip | |
Add VS user settings file to gitignore
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f742669159..7730d8900a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ /dist-assets/sslocal /dist-assets/sslocal.exe /windows/**/bin/ +/windows/**/*.user /android/keystore.properties /android/local.properties **/.vs/ |
