Files
jadx/.gitignore
T
skylot 0606c90f22 feat(gui): disk code cache and search rewrite (PR #1483)
* 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
2022-05-18 15:19:31 +01:00

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