2022-07-19 23:44:53 +08:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2022-08-17 11:47:56 +08:00
|
|
|
.idea
|
2022-10-17 16:32:31 +08:00
|
|
|
cmd/server/web/assets/
|
|
|
|
cmd/server/web/monacoeditorwork
|
|
|
|
cmd/server/web/favicon.ico
|
|
|
|
cmd/server/web/index.html
|
|
|
|
|
|
|
|
build
|
2022-07-19 23:44:53 +08:00
|
|
|
|
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
|
|
# vendor/
|
2022-08-17 17:46:49 +08:00
|
|
|
/pkg/
|
2022-09-19 19:42:06 +08:00
|
|
|
backend/__debug_bin
|
2022-10-20 16:15:11 +08:00
|
|
|
cmd/server/__debug_bin
|