mirror of
https://github.com/opengapps/opengapps.git
synced 2025-11-08 07:54:31 +00:00
32 lines
381 B
Plaintext
32 lines
381 B
Plaintext
# Intermediate application files
|
|
*.ap_
|
|
|
|
# Files for the Dalvik VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
cache/
|
|
build/
|
|
log/
|
|
out/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
.vscode
|
|
.DS_Store
|
|
|
|
# Log Files
|
|
*.log
|
|
|
|
#Temporary editor files
|
|
*.bak
|
|
*~
|
|
|
|
#APKs in the non-sources opengapps repository
|
|
*.apk
|
|
#APKs that are marked as potentially dangerous
|
|
*.err
|