From 1d4957e362662182e7180d5484cdcf2be42d288d Mon Sep 17 00:00:00 2001 From: Grisha Kruglov Date: Thu, 31 May 2018 18:18:33 -0400 Subject: [PATCH] Add an IntelliJ section to gitignore --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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