Browse Source

Merge pull request #1989 from AdrianVovk/patch-1

Ignore the workspace.xml file
pull/1992/head
Brendan Forster 8 years ago
parent
commit
e96a988a4e
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Android.gitignore

+ 2
- 1
Android.gitignore View File

@@ -2,7 +2,7 @@
*.apk
*.ap_

# Files for the Dalvik VM
# Files for the ART/Dalvik VM
*.dex

# Java class files
@@ -34,6 +34,7 @@ captures/

# Intellij
*.iml
.idea/workspace.xml

# Keystore files
*.jks

Loading…
Cancel
Save