Files
fdroidclient/.gitignore
Tobias_Groza b8a80c9196 Add .idea icon for toolbox and Android Studio
This adds the F-Droid icon to the .idea directory which allows .idea applications to show it in several places, e.g. in the Toolbox app. This helps to find the correct project if you are working on the many projects. The file is a copy of /logo-icon.svg
2024-09-16 17:41:03 +00:00

51 lines
534 B
Plaintext

# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
build.xml
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Editor swap/save files
*~
*.swp
# More IDE stuff
.idea/*
!.idea/icon.svg
*.iml
out
.settings/
# Imported libs
extern/*/libs/
extern/*/*/libs/
# Tests
junit-report.xml
# Screen dumps from Android Studio/DDMS
captures/
/fdroid/