You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The current codebase has separate
gitignore
files inside directories. Maintain a singlegitignore
file at the root level of the master directory and add the necessary changesThe text was updated successfully, but these errors were encountered: