first upload
This commit is contained in:
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# Ignore Gradle and build output
|
||||
.gradle/
|
||||
build/
|
||||
**/build/
|
||||
.cxx/
|
||||
.externalNativeBuild/
|
||||
|
||||
# Ignore database builds
|
||||
library/src/main/res/raw/android_devices.db
|
||||
database/android-devices.zip
|
||||
|
||||
# Ignore local configuration files
|
||||
local.properties
|
||||
/local.properties
|
||||
.DS_Store
|
||||
|
||||
# Ignore IntelliJ/Android Studio project files
|
||||
*.iml
|
||||
.idea/
|
||||
/.idea/caches
|
||||
/.idea/libraries
|
||||
/.idea/modules.xml
|
||||
/.idea/workspace.xml
|
||||
/.idea/navEditor.xml
|
||||
/.idea/assetWizardSettings.xml
|
||||
|
||||
# Ignore Android Studio captures
|
||||
captures/
|
||||
|
||||
# Ignore misc
|
||||
*.apk
|
||||
*.ap_
|
||||
*.log
|
||||
*.keystore
|
Reference in New Issue
Block a user