mirror of
https://github.com/skylot/jadx.git
synced 2024-12-02 17:56:58 +00:00
32 lines
241 B
Plaintext
32 lines
241 B
Plaintext
# Eclipse files
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
# IntelliJ Idea files
|
|
.idea/
|
|
out/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.attach_pid*
|
|
|
|
**/.DS_Store
|
|
|
|
bin/
|
|
target/
|
|
build/
|
|
classes/
|
|
idea/
|
|
.gradle/
|
|
node_modules/
|
|
|
|
jadx-output/
|
|
*-tmp/
|
|
|
|
*.dex
|
|
*.class
|
|
*.dump
|
|
*.log
|
|
*.cfg
|