mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-06 12:47:03 +01:00
2f7ae8c001
- Moved all license files to root - Moved NOTICE to CONTRIBUTORS.md - cleaned up .gitignore - removed redundant gitignores
23 lines
176 B
Plaintext
23 lines
176 B
Plaintext
# Gradle
|
|
.gradle/
|
|
bin/
|
|
|
|
# Build
|
|
**/build/
|
|
|
|
# Eclipse
|
|
**/nbproject/private/
|
|
*.project
|
|
*.classpath
|
|
*.settings
|
|
*.setting
|
|
|
|
# Tmp Files
|
|
*.kate-swp
|
|
*~
|
|
|
|
# IntelliJ
|
|
*.iml
|
|
.idea/*
|
|
/out
|