Skip to content

Commit

Permalink
update git-ignore properties
Browse files Browse the repository at this point in the history
  • Loading branch information
aggarwalpulkit596 committed May 14, 2019
1 parent eae6c00 commit c374b2c
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 28 deletions.
88 changes: 61 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### AndroidStudio ###
# Covers files to be ignored for android development using Android Studio.

# Built application files
*.apk
*.ap_
Expand All @@ -14,9 +17,13 @@ gen/
out/

# Gradle files
.gradle
.gradle/
build/

# Signing files
.signing/

# Local configuration file (sdk path, etc)
local.properties

Expand All @@ -26,39 +33,66 @@ proguard/
# Log Files
*.log

# Android Studio Navigation editor temp files
# Android Studio
/*/build/
/*/local.properties
/*/out
/*/*/build
/*/*/production
captures/
.navigation/
*.ipr
*~
*.swp

# Android Studio captures folder
captures/
# Android Patch
gen-external-apklibs

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild

# NDK
obj/

# IntelliJ
# IntelliJ IDEA
*.iml
*.iws
/out/
.idea/

# User-specific configurations
.idea/caches/
.idea/libraries/
.idea/shelf/
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/markdown*
.idea/inspectionProfiles
.idea/.name
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/scopes/scope_settings.xml
.idea/dictionaries
.idea/libraries
.idea/caches
.idea/vcs.xml
.idea/jsLibraryMappings.xml
.idea/datasources.xml
.idea/dataSources.ids
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml

# Keystore files
# Uncomment the following line if you do not want to check your keystore files in.
#*.jks

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Freeline
freeline.py
freeline/
freeline_project_description.json

# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md
# Legacy Eclipse project files
.classpath
.project
.cproject
.settings/
1 change: 0 additions & 1 deletion onlineapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ dependencies {
implementation 'com.github.jasminb:jsonapi-converter:0.9'
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
implementation 'com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:0.9.2'
implementation 'io.github.inflationx:viewpump:1.0.0'
testImplementation 'junit:junit:4.12'
}

0 comments on commit c374b2c

Please sign in to comment.