diff options
author | Oleg Mezentsev <nistix@nistix.com> | 2019-05-12 12:45:34 +0000 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-05-12 09:45:34 -0300 |
commit | 3e263d465b6f6f11c72cabb0e5f55ce813cd48dd (patch) | |
tree | 40f68f1767d5bf8fb7a4f6aa13c5266ebaf9d04f /Android.gitignore | |
parent | d44a0cb1561dc89164d227d5e28262ab45ebe485 (diff) | |
download | gitignore-3e263d465b6f6f11c72cabb0e5f55ce813cd48dd.tar.gz gitignore-3e263d465b6f6f11c72cabb0e5f55ce813cd48dd.zip |
[Android] ignore .idea/navEditor.xml (#3012)
Diffstat (limited to 'Android.gitignore')
-rw-r--r-- | Android.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.gitignore b/Android.gitignore index a34c4f9e..05259d64 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -45,6 +45,8 @@ captures/ # Android Studio 3 in .gitignore file. .idea/caches/build_file_checksums.ser .idea/modules.xml +# Comment next line if keeping position of elements in Navigation Editor is relevant for you +.idea/navEditor.xml # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. |