Add an IntelliJ section to gitignore
This commit is contained in:
parent
93b7d25446
commit
1d4957e362
1 changed files with 9 additions and 1 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -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
|
||||
*.ipa
|
||||
|
||||
|
||||
# Android & IntelliJ
|
||||
**/*.iml
|
||||
**/.idea
|
||||
/sdks/android/**/local.properties
|
||||
|
|
Loading…
Reference in a new issue