techequilla / community_app_boilerplate

This is an open source project for creating a Flutter app that shall serve as a template/boilerplate for various technical communities, clubs, organizations, etc to use.
MIT License
12 stars 25 forks source link

Update the gitignore #25

Open smaranjitghose opened 4 years ago

smaranjitghose commented 4 years ago

The current codebase has separate gitignore files inside directories. Maintain a single gitignore file at the root level of the master directory and add the necessary changes

anjalisoni3655 commented 4 years ago

please assign me this issue @smaranjitghose

smaranjitghose commented 4 years ago

You will get a chance surely, first finish off the other issues

prasadsunny1 commented 4 years ago

ssfl If this issue is about these three gitignore files, I see that this is the way it is in a newly created flutter project. Is it a good idea to override what SDK suggests by default?

Also, I found out that in Flutter sdk repo gitignore file under ios and android has been removed and merged in the root gitignore file. More info in this PR https://github.com/flutter/flutter/pull/21192/files