mirror of
https://github.com/f-droid/fdroidclient.git
synced 2025-12-23 23:27:44 -05:00
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
51 lines
534 B
Plaintext
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/
|