.gitignore 136 B

12345678910
  1. # Ignore our own executable
  2. my-roku
  3. # Ignore log and config files
  4. *.log
  5. *.json
  6. *.toml
  7. # Don't upload fyne-cross stuff
  8. fyne-cross/tmp/