50 lines
571 B
Plaintext
50 lines
571 B
Plaintext
### Android ###
|
|
# Built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# Files for the Dalvik VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
|
|
# Gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
app/build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Log Files
|
|
*.log
|
|
### Intellij ###
|
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
|
|
|
|
*.iml
|
|
build
|
|
|
|
## Directory-based project format:
|
|
.idea/
|
|
|
|
## File-based project format:
|
|
*.ipr
|
|
*.iws
|
|
|
|
### OS Specific ###
|
|
.DS_Store
|
|
Thumbs.db
|
|
[Dd]esktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
## Plugin-specific files:
|
|
|
|
# IntelliJ
|
|
/out/
|