android13/developers/build/prebuilts/androidtv/leanback/.gitignore

36 lines
413 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
#built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Windows thumbnail db
Thumbs.db
# OSX files
.DS_Store
# Eclipse project files
.classpath
.project
# Android Studio
.idea
*.iml
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
.gradle
build/