mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-01 01:04:11 +01:00
27 lines
226 B
Plaintext
27 lines
226 B
Plaintext
# Gradle
|
|
.gradle/
|
|
bin/
|
|
gradle.properties
|
|
|
|
# Build
|
|
**/build/
|
|
|
|
# Eclipse
|
|
**/nbproject/private/
|
|
*.project
|
|
*.classpath
|
|
*.settings
|
|
*.setting
|
|
|
|
# Tmp Files
|
|
*.kate-swp
|
|
*~
|
|
*.DS_Store
|
|
|
|
# IntelliJ
|
|
*.iml
|
|
.idea/*
|
|
**/out/
|
|
|
|
# Patches
|
|
*.patch |