2019-12-03 14:13:46 +08:00
|
|
|
|
##ignore this file##
|
|
|
|
|
/target/
|
|
|
|
|
target/
|
2019-12-15 16:44:27 +08:00
|
|
|
|
logs/
|
2019-12-03 14:13:46 +08:00
|
|
|
|
.classpath
|
|
|
|
|
.project
|
|
|
|
|
.factorypath
|
|
|
|
|
.settings
|
|
|
|
|
.apt_generated
|
2019-12-15 16:44:27 +08:00
|
|
|
|
.idea
|
2019-12-03 14:13:46 +08:00
|
|
|
|
|
|
|
|
|
### IntelliJ IDEA ###
|
|
|
|
|
.idea
|
|
|
|
|
*.iws
|
|
|
|
|
*.iml
|
|
|
|
|
*.ipr
|
|
|
|
|
|
|
|
|
|
###VS CODE ###
|
|
|
|
|
node_modules/
|
|
|
|
|
|
|
|
|
|
dist/
|
|
|
|
|
logs/
|
|
|
|
|
.vscode/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Java class files
|
|
|
|
|
*.class
|
|
|
|
|
*.classpath
|
|
|
|
|
|
|
|
|
|
# Built application files
|
|
|
|
|
*.apk
|
|
|
|
|
*.ap_
|
|
|
|
|
|
|
|
|
|
# Generated files
|
|
|
|
|
bin/
|
|
|
|
|
gen/
|
|
|
|
|
out/
|
|
|
|
|
|
|
|
|
|
# Gradle files
|
|
|
|
|
.gradle/
|
|
|
|
|
build/
|
|
|
|
|
|
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
|
|
|
local.properties
|
|
|
|
|
|
|
|
|
|
# Proguard folder generated by Eclipse
|
|
|
|
|
proguard/
|
|
|
|
|
|
|
|
|
|
# Log Files
|
|
|
|
|
*.log
|
|
|
|
|
logs/
|
|
|
|
|
|
|
|
|
|
# Android Studio Navigation editor temp files
|
|
|
|
|
.navigation/
|
|
|
|
|
|
|
|
|
|
# Android Studio captures folder
|
|
|
|
|
captures/
|
|
|
|
|
|
|
|
|
|
# Files for the ART/Dalvik VM
|
|
|
|
|
*.dex
|
|
|
|
|
|
|
|
|
|
##filter databfile、sln file##
|
|
|
|
|
*.mdb
|
|
|
|
|
*.ldb
|
|
|
|
|
*.sln
|
|
|
|
|
##class file##
|
|
|
|
|
*.com
|
|
|
|
|
*.class
|
|
|
|
|
*.dll
|
|
|
|
|
*.exe
|
|
|
|
|
*.o
|
|
|
|
|
*.so
|
|
|
|
|
|
|
|
|
|
# compression file
|
|
|
|
|
*.7z
|
|
|
|
|
*.dmg
|
|
|
|
|
*.gz
|
|
|
|
|
*.iso
|
|
|
|
|
*.jar
|
|
|
|
|
*.rar
|
|
|
|
|
*.tar
|
|
|
|
|
*.zip
|
|
|
|
|
*.via
|
|
|
|
|
*.tmp
|
|
|
|
|
*.err
|
|
|
|
|
|
|
|
|
|
# OS generated files #
|
|
|
|
|
.DS_Store
|
|
|
|
|
.DS_Store?
|
|
|
|
|
._*
|
|
|
|
|
.Spotlight-V100
|
|
|
|
|
.Trashes
|
|
|
|
|
Icon?
|
|
|
|
|
ehthumbs.db
|
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
|
|
# Keystore files
|
|
|
|
|
*.jks
|
|
|
|
|
|
|
|
|
|
# Google Services (e.g. APIs or Firebase)
|
|
|
|
|
google-services.json
|
|
|
|
|
|