| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- ### Binaries and project specific files
- cmd/fyne/fyne
- cmd/fyne_demo/fyne_demo
- cmd/fyne_settings/fyne_settings
- cmd/hello/hello
- fyne-cross
- *.exe
- *.apk
- *.app
- *.tar.xz
- *.zip
- ### Tests
- **/testdata/failed
- ### Go
- # Output of the coverage tool
- *.out
- ### macOS
- # General
- .DS_Store
- # Thumbnails
- ._*
- ### JetBrains
- .idea
- ### VSCode
- .vscode
- ### Vim
- # Swap
- [._]*.s[a-v][a-z]
- [._]*.sw[a-p]
- [._]s[a-v][a-z]
- [._]sw[a-p]
- # Session
- Session.vim
- # Temporary
- .netrwhist
- *~
- # Auto-generated tag files
- tags
- # Persistent undo
- [._]*.un~
|