GeekyAnts / flutter-starter

A Flutter starter-kit for production-level apps.
https://flutter-starter.geekyants.com/
MIT License
442 stars 95 forks source link

.DS_Store #19

Closed johnareid54 closed 3 years ago

johnareid54 commented 3 years ago

In the route folder (as well as in many sub folders) you have a file called .DS_Store as these refer to Mac's file folder and has nothing to do with flutter, it might be better to remove such files. Personally I find these files a right pain in the neck when I transfer files from my MacBook to Windows.

The following web page describes how you can disabled them on a mac:

https://www.techrepublic.com/article/how-to-disable-the-creation-of-dsstore-files-for-mac-users-folders/

HacDan commented 3 years ago

I think in this case a well written .gitignore would be more better fitting for the project.

madhav23bansal commented 3 years ago

Rectified.