103 строки
1.1 KiB
Plaintext
103 строки
1.1 KiB
Plaintext
##ignore this file##
|
||
/target/
|
||
target/
|
||
logs/
|
||
.classpath
|
||
.project
|
||
.factorypath
|
||
.settings
|
||
.apt_generated
|
||
.idea
|
||
|
||
### 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
|
||
|