client/.gitignore

47 lines
559 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
cover.html
# kn binary itself, if you want to `go build cmd/kn` in the top dir.
/kn
/kn-*
tools/knb/knb
# emacs tempfiles
\#*
*~
# vim swap
[._]*.s[a-w][a-z].
[._]s[a-w][a-z].
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags
# IntelliJ IDE specific
.idea
# VSCode specific
.vscode
# Operating system temporary files
.DS_Store