diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-07-18 11:21:31 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-07-18 13:33:13 +0000 |
| commit | 598931b8f4a0c095554486f2a8ee9bb3aa0cb8c8 (patch) | |
| tree | e0662e6194df23652b7c4e05a30e38e93f9c0e96 | |
| parent | 3c9670c023981ed166a24c5b122c4817397ae8c6 (diff) | |
| download | mullvadvpn-598931b8f4a0c095554486f2a8ee9bb3aa0cb8c8.tar.xz mullvadvpn-598931b8f4a0c095554486f2a8ee9bb3aa0cb8c8.zip | |
Add `local.properties` to `.gitignore`
Used for configuring for example the Android SDK path in the local
environment.
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f96460a318..8a3ac43335 100644 --- a/.gitignore +++ b/.gitignore @@ -17,5 +17,6 @@ /dist-assets/openvpn /dist-assets/openvpn.exe /windows/**/bin/ +/android/local.properties **/.vs/ *.bak |
