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

Clean up the Flutter project #2

Closed iamriya closed 4 years ago

iamriya commented 4 years ago

Certain files that should have not been in the git repo as mentioned in .gitignore are actually here resulting in the large size of the project. Is it possible to clean up the repo so that unnecessary files are not tracked?

prasadsunny1 commented 4 years ago

You may try this. https://www.git-tower.com/learn/git/faq/ignore-tracked-files-in-git

prasadsunny1 commented 4 years ago

@iamriya if you think this issue is resolved then you can close this issue.