wireguard-ui/.gitignore
Khanh Ngo af16649b3f
Single binary build
Use go rice for embedding the static files and templates to the binary file
2020-05-21 11:43:03 +07:00

23 lines
346 B
Text

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
wireguard-ui
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories and files (remove the comment below to include it)
vendor/
assets/
node_modules/
rice-box.go
# IDEs
.vscode
.idea