mirror of
https://github.com/skylot/jadx.git
synced 2024-11-23 12:50:02 +00:00
42 lines
350 B
Plaintext
42 lines
350 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/
|
|
.vscode/
|
|
|
|
jadx-output/
|
|
*-tmp/
|
|
**/tmp/
|
|
*.jobf
|
|
*.jadx
|
|
|
|
*.class
|
|
*.dump
|
|
*.log
|
|
*.cfg
|
|
*.orig
|
|
quark.json
|
|
|
|
cliff.toml
|
|
jadx-gui/src/main/resources/logback.xml
|