Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jankin6 committed Sep 23, 2018
1 parent fe2002a commit 9cbcc0a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 130 deletions.
50 changes: 11 additions & 39 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
.idea/**
.gradle
/local.properties
.DS_Store
/build
/captures

# Built application files
*.apk
*.ap_

# Files for the ART/Dalvik VM
# Files for the Dalvik VM
*.dex

# Java class files
Expand All @@ -11,11 +18,12 @@
# Generated files
bin/
gen/
out/

# Gradle files
.gradle/
/PhotoPicker/PhotoPicker-PhotoPicker.iml
build/
/*/build/

# Local configuration file (sdk path, etc)
local.properties
Expand All @@ -26,40 +34,4 @@ proguard/
# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/caches

# 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

# Google Services (e.g. APIs or Firebase)
google-services.json

# Freeline
freeline.py
freeline/
freeline_project_description.json

# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md
*.iml
29 changes: 0 additions & 29 deletions .idea/codeStyles/Project.xml

This file was deleted.

34 changes: 0 additions & 34 deletions .idea/misc.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

0 comments on commit 9cbcc0a

Please sign in to comment.