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

539

All build folders should be ignored

Share:
539
MattyO
Author by

MattyO

Updated on December 30, 2022

Comments

  • MattyO
    MattyO 10 months

    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