MattyO
MattyO

Reputation: 125

Flutter: should app/build folder and files be included on git ignore?

So I added a few packages today to my app:

advance_pdf_viewer: ^2.0.0 photo_view: ^0.11.1 webview_flutter: ^2.0.8 just_audio: ^0.7.5

and from that, over 500 files are waiting to be committed to git. Most files are located in android/app/build/generated/.... or android/app/build/intermediates/....

Should these be ignored, deleted or committed?

Thanks in advance

Upvotes: 2

Views: 1566

Answers (1)

Autocrab
Autocrab

Reputation: 3757

All build folders should be ignored

Upvotes: 4

Related Questions