Each time I run my project GitKraken detects 6 files which I didn't add as you can see
What is the reason for regenerating these files each time I run the project and how to solve it?
Each time I run my project GitKraken detects 6 files which I didn't add as you can see
What is the reason for regenerating these files each time I run the project and how to solve it?
You should add **/android/.gradle
to your .gitignore
. For a detailed example for flutter check https://stackoverflow.com/a/55991978/6704033