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-shm
|
||||||
/fixtures/*.db-wal
|
/fixtures/*.db-wal
|
||||||
/query-parser/out/
|
/query-parser/out/
|
||||||
|
|
||||||
## Build generated
|
## Build generated
|
||||||
/sdks/swift/Mentat/build/
|
/sdks/swift/Mentat/build/
|
||||||
|
/sdks/android/**/build
|
||||||
DerivedData
|
DerivedData
|
||||||
build.xcarchive
|
build.xcarchive
|
||||||
|
|
||||||
|
@ -78,4 +80,10 @@ build.xcarchive
|
||||||
|
|
||||||
## Obj-C/Swift specific
|
## Obj-C/Swift specific
|
||||||
*.hmap
|
*.hmap
|
||||||
*.ipa
|
*.ipa
|
||||||
|
|
||||||
|
|
||||||
|
# Android & IntelliJ
|
||||||
|
**/*.iml
|
||||||
|
**/.idea
|
||||||
|
/sdks/android/**/local.properties
|
||||||
|
|
Loading…
Reference in a new issue