* Introduce DEVELOPMENT.md * Ignore *.orig files Co-authored-by: Lenin Alevski <alevsk.8772@gmail.com>
30 lines
328 B
Plaintext
30 lines
328 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
.DS_Store
|
|
*.swp
|
|
*.orig
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
.idea/
|
|
vendor/
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Ignore executables
|
|
target/
|
|
mcs
|
|
!mcs/
|
|
|
|
dist/
|
|
|
|
# Ignore tls cert and key
|
|
private.key
|
|
public.crt
|