Skip to content

Commit

Permalink
.DS_Store file added to .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria-Basia committed Apr 16, 2024
1 parent d5f2c31 commit 2b43946
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.xcworkspace/xcuserdata/
DerivedData/
build/
.DS_Store
4 changes: 4 additions & 0 deletions MobileAcebook/Services/AuthenticationService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ class AuthenticationService: AuthenticationServiceProtocol {
task.resume()
return true
}





}

0 comments on commit 2b43946

Please sign in to comment.