wireguard-ui/.gitignore

31 lines
439 B
Plaintext
Raw Permalink 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/
2023-12-31 21:46:30 +01:00
assets/*
!assets/.gitkeep
node_modules/
# IDEs
.vscode
.idea
2023-03-15 21:35:57 +01:00
# Vim
.*.sw[op]
2023-03-15 21:35:57 +01:00
# Examples
examples/docker-compose/config
examples/docker-compose/db