twostraws / CodeScanner

A SwiftUI view that is able to scan barcodes, QR codes, and more, and send back what was found.
MIT License
1.02k stars 293 forks source link

Removed .DS_Store from version control #34

Closed saschalalala closed 3 years ago

saschalalala commented 3 years ago

I just noticed this unnecessary file in version control.

Perhaps also have a look at your .gitignore because it seems to be configured to ignore this file:

grafik

twostraws commented 3 years ago

Thank you!