.gitignore 88 B

12345678
  1. # Ignore our own executable
  2. my-roku
  3. # Ignore log and config files
  4. *.log
  5. *.json
  6. *.toml