careercup / CtCI-6th-Edition

Cracking the Coding Interview 6th Ed. Solutions
11.33k stars 4.41k forks source link

FIX(security): macOS File DIr Store as per apple.developer forums #235

Open navjotschahal opened 2 years ago

navjotschahal commented 2 years ago

the macOs .DS_Store stores fileSystem info and should be ignored by the versioning tool.

.gitignore update!

Please refer : developer.apple wikipediaDSstore , popular_blogpost

screenshots before .gitignore update:

image

screenshots before .gitignore update:

image