.gitignore 520 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ### Binaries and project specific files
  2. cmd/fyne/fyne
  3. cmd/fyne_demo/fyne_demo
  4. cmd/fyne_settings/fyne_settings
  5. cmd/hello/hello
  6. fyne-cross
  7. *.exe
  8. *.apk
  9. *.app
  10. *.tar.xz
  11. *.zip
  12. ### Tests
  13. **/testdata/failed
  14. ### Go
  15. # Output of the coverage tool
  16. *.out
  17. ### macOS
  18. # General
  19. .DS_Store
  20. # Thumbnails
  21. ._*
  22. ### JetBrains
  23. .idea
  24. ### VSCode
  25. .vscode
  26. ### Vim
  27. # Swap
  28. [._]*.s[a-v][a-z]
  29. [._]*.sw[a-p]
  30. [._]s[a-v][a-z]
  31. [._]sw[a-p]
  32. # Session
  33. Session.vim
  34. # Temporary
  35. .netrwhist
  36. *~
  37. # Auto-generated tag files
  38. tags
  39. # Persistent undo
  40. [._]*.un~