Files
OxygenToolbox/.gitignore

43 lines
574 B
Plaintext

/captures
.cxx
# built application files
/build
*.apk
*.ap_
.externalNativeBuild
# files for the dex VM
*.dex
# Java class files
*.class
# Local configuration files (sdk path, etc)
local.properties
keystore.properties
# Mac .DS_Store files
.DS_Store
# Proguard README
proguard-project.txt
# Android Studio and Gradle specific entries
.gradle
*.iml
build
# android sdk captures folder
captures
# ignore lint html and xml output
lint-*ml
*.jks
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml