flutter_reactive_ble icon indicating copy to clipboard operation
flutter_reactive_ble copied to clipboard

example/android/app/.cxx should be in .gitignore

Open freemansoft opened this issue 1 year ago • 0 comments

Describe the bug .cxx directory should be ignored and not offered for addition to the repository

To Reproduce Steps to reproduce the behavior:

  1. Run the android example using android studio
  2. example/android/app/.cxx/Debug... will be created
  3. The .cxx directory will be offered up to be added to the source tree (I see this in VSCode)

Expected behavior .cxx should never be added

Smartphone / tablet n/a

Peripheral device n/a

Additional context I use VSCode for flutter work but ran this with android studio while troubleshooting gradle.

freemansoft avatar Jan 13 '25 13:01 freemansoft