0

Each time I run my project GitKraken detects 6 files which I didn't add as you can see here

This screenshot shows the files generated

What is the reason for regenerating these files each time I run the project and how to solve it?

Addow
  • 104
  • 1
  • 2
  • 7

1 Answers1

0

You should add **/android/.gradle to your .gitignore. For a detailed example for flutter check https://stackoverflow.com/a/55991978/6704033

Er1
  • 2,559
  • 1
  • 12
  • 24
  • When I added that to .gitignore and re-run the app it was the same nothing changed. – Addow Jun 03 '20 at 10:04
  • @Addow maybe re-open GitKraken, or reboot your computer? Or maybe share the content of your `.gitignore` – Er1 Jun 03 '20 at 10:08