• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Binaries, caches, configs and outputs for programs and plugins
2*.exe
3*.exe~
4*.dll
5*.so
6*.dylib
7logs
8fotff
9fotff.ini
10.fotff
11
12# xdevice default directories
13config
14testcases
15reports
16resource
17
18# Test binary, built with `go test -c`
19*.test
20
21# Output of the go coverage tool, specifically when used with LiteIDE
22*.out
23
24# Dependency directories (remove the comment below to include it)
25# vendor/
26
27# JetBrains IDE
28.idea
29