2023-12-25 08:56:48 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
bin
|
|
|
|
bin/*
|
|
|
|
rpm
|
|
|
|
rpm/*
|
|
|
|
dist
|
|
|
|
|
|
|
|
tmp/
|
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
coverage
|
|
|
|
.coverage
|
|
|
|
|
|
|
|
|
|
|
|
# ignore the following files/directories
|
2023-06-17 04:08:50 +00:00
|
|
|
**/userdata/*
|
2023-11-25 02:17:09 +00:00
|
|
|
examples
|
2023-12-25 08:56:48 +00:00
|
|
|
tests
|
|
|
|
e2e
|
|
|
|
site/
|
|
|
|
.vscode/
|
|
|
|
.idea/
|
|
|
|
.DS_Store
|
|
|
|
__rd*
|
|
|
|
tests/out
|