Skip to content

Commit

Permalink
Fix: Unresolved conflict commit in .gitignore
Browse files Browse the repository at this point in the history
I made the merge for .gitignore file which wasn't merged but was uploaded anyway
  • Loading branch information
IsaacYAGI committed Oct 1, 2018
1 parent 10da388 commit 8d658f8
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
# Built application files
<<<<<<< HEAD
/*/build/
build

# Crashlytics configuations
com_crashlytics_export_strings.xml

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

# Gradle generated files
.gradle/

# Signing files
.signing/

# User-specific configurations
.idea
*.iml

# OS-specific files
.DS_Store
.DS_Store?
Expand All @@ -27,7 +26,6 @@ local.properties
.Trashes
ehthumbs.db
Thumbs.db
=======
*.apk
*.ap_

Expand Down Expand Up @@ -67,4 +65,3 @@ captures/

# Keystore files
*.jks
>>>>>>> 2825a231044d7a3f3b41dacfd435a8a047966001

0 comments on commit 8d658f8

Please sign in to comment.