0606c90f22
* feat: implement disk code cache * feat: rewrite code metadata handling, remove code index * feat: rewrite search * fix: code cleanup and fixes for previous commits * feat: run code search in parallel * fix: reset code strings cache on low memory, code cleanup * fix: include input files timestamp into code hash
40 lines
334 B
Plaintext
40 lines
334 B
Plaintext
# Eclipse files
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
# IntelliJ Idea files
|
|
.idea/
|
|
.run/
|
|
out/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.attach_pid*
|
|
*.hprof
|
|
|
|
**/.DS_Store
|
|
|
|
bin/
|
|
target/
|
|
build/
|
|
classes/
|
|
idea/
|
|
.gradle/
|
|
node_modules/
|
|
|
|
jadx-output/
|
|
*-tmp/
|
|
**/tmp/
|
|
*.jobf
|
|
|
|
*.class
|
|
*.dump
|
|
*.log
|
|
*.cfg
|
|
*.orig
|
|
quark.json
|
|
|
|
cliff.toml
|
|
jadx-gui/src/main/resources/logback.xml
|