diff --git a/.gitignore b/.gitignore index 8abb0fce..541b49d1 100644 --- a/.gitignore +++ b/.gitignore @@ -54,8 +54,10 @@ pom.xml.asc /fixtures/*.db-shm /fixtures/*.db-wal /query-parser/out/ + ## Build generated /sdks/swift/Mentat/build/ +/sdks/android/**/build DerivedData build.xcarchive @@ -78,4 +80,10 @@ build.xcarchive ## Obj-C/Swift specific *.hmap -*.ipa \ No newline at end of file +*.ipa + + +# Android & IntelliJ +**/*.iml +**/.idea +/sdks/android/**/local.properties