68 lines
885 B
Plaintext
68 lines
885 B
Plaintext
# ---> 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
|
|
|
|
>>>>>>> 3ee11a07d80dfc9282f1d03d24ee562d84852742
|
|
# Specifies intentionally untracked files to ignore when using Git
|
|
# http://git-scm.com/docs/gitignore
|
|
|
|
*~
|
|
*.sw[mnpcod]
|
|
.tmp
|
|
*.tmp
|
|
*.tmp.*
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
.DS_Store
|
|
Thumbs.db
|
|
UserInterfaceState.xcuserstate
|
|
$RECYCLE.BIN/
|
|
|
|
*.log
|
|
log.txt
|
|
npm-debug.log*
|
|
|
|
/.idea
|
|
/.ionic
|
|
/.sass-cache
|
|
/.sourcemaps
|
|
/.versions
|
|
/.vscode
|
|
/coverage
|
|
/dist
|
|
/node_modules
|
|
/platforms
|
|
/plugins
|
|
/www
|