wireguard-ui/.gitignore

24 lines
346 B
Plaintext
Raw Normal View History

2020-04-18 11:17:49 +02:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2020-04-18 11:21:14 +02:00
wireguard-ui
2020-04-18 11:17:49 +02:00
# 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)
2020-04-18 11:17:49 +02:00
vendor/
assets/
node_modules/
rice-box.go
# IDEs
.vscode
.idea