mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
Ignore the workspace.xml file
and properly name the ART VM
This commit is contained in:
parent
b27b46b656
commit
63d8a68c5d
@ -2,7 +2,7 @@
|
|||||||
*.apk
|
*.apk
|
||||||
*.ap_
|
*.ap_
|
||||||
|
|
||||||
# Files for the Dalvik VM
|
# Files for the ART/Dalvik VM
|
||||||
*.dex
|
*.dex
|
||||||
|
|
||||||
# Java class files
|
# Java class files
|
||||||
@ -34,6 +34,7 @@ captures/
|
|||||||
|
|
||||||
# Intellij
|
# Intellij
|
||||||
*.iml
|
*.iml
|
||||||
|
.idea/workspace.xml
|
||||||
|
|
||||||
# Keystore files
|
# Keystore files
|
||||||
*.jks
|
*.jks
|
||||||
|
Loading…
Reference in New Issue
Block a user