62 lines
753 B
Plaintext
62 lines
753 B
Plaintext
|
# ---> Windows
|
||
|
# Windows thumbnail cache files
|
||
|
Thumbs.db
|
||
|
Thumbs.db:encryptable
|
||
|
ehthumbs.db
|
||
|
ehthumbs_vista.db
|
||
|
|
||
|
# Dump file
|
||
|
*.stackdump
|
||
|
|
||
|
# Folder config file
|
||
|
[Dd]esktop.ini
|
||
|
|
||
|
# Recycle Bin used on file shares
|
||
|
$RECYCLE.BIN/
|
||
|
|
||
|
# Windows Installer files
|
||
|
*.cab
|
||
|
*.msi
|
||
|
*.msix
|
||
|
*.msm
|
||
|
*.msp
|
||
|
|
||
|
# Windows shortcuts
|
||
|
*.lnk
|
||
|
|
||
|
# ---> Android
|
||
|
# Gradle files
|
||
|
.gradle/
|
||
|
build/
|
||
|
|
||
|
# Local configuration file (sdk path, etc)
|
||
|
local.properties
|
||
|
|
||
|
# Log/OS Files
|
||
|
*.log
|
||
|
|
||
|
# Android Studio generated files and folders
|
||
|
captures/
|
||
|
.externalNativeBuild/
|
||
|
.cxx/
|
||
|
*.apk
|
||
|
output.json
|
||
|
|
||
|
# IntelliJ
|
||
|
*.iml
|
||
|
.idea/
|
||
|
misc.xml
|
||
|
deploymentTargetDropDown.xml
|
||
|
render.experimental.xml
|
||
|
|
||
|
# Keystore files
|
||
|
*.jks
|
||
|
*.keystore
|
||
|
|
||
|
# Google Services (e.g. APIs or Firebase)
|
||
|
google-services.json
|
||
|
|
||
|
# Android Profiling
|
||
|
*.hprof
|
||
|
|