You've already forked RecyclerViewExtensions
mirror of
https://github.com/encounter/RecyclerViewExtensions.git
synced 2026-03-30 11:35:45 -07:00
38 lines
401 B
Plaintext
38 lines
401 B
Plaintext
# Built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# Files for the Dalvik VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
|
|
# Gradle files
|
|
.gradle/
|
|
./gradlew.bat
|
|
./gradlew
|
|
build/
|
|
mirror/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Intellij project files
|
|
*.iws
|
|
.idea/workspace.xml
|
|
.idea/tasks.xml
|
|
.idea
|
|
|
|
*.iml
|
|
|
|
# OS
|
|
.DS_Store
|