33 lines
428 B
Plaintext
33 lines
428 B
Plaintext
|
# Binaries for programs and plugins
|
||
|
*.exe
|
||
|
*.exe~
|
||
|
*.dll
|
||
|
*.so
|
||
|
*.dylib
|
||
|
|
||
|
# Test binary, built with `go test -c`
|
||
|
*.test
|
||
|
|
||
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||
|
*.out
|
||
|
|
||
|
# Project binaries
|
||
|
codies
|
||
|
|
||
|
# IDEs
|
||
|
.vscode/*
|
||
|
!.vscode/settings.json
|
||
|
!.vscode/tasks.json
|
||
|
!.vscode/launch.json
|
||
|
!.vscode/extensions.json
|
||
|
|
||
|
.git/
|
||
|
config/
|
||
|
|
||
|
# common benchstat filenames
|
||
|
old.txt
|
||
|
new.txt
|
||
|
|
||
|
frontend/node_modules/
|
||
|
frontend/build/
|