mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
30 lines
261 B
Text
30 lines
261 B
Text
# Node
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# Docker
|
|
Dockerfile*
|
|
docker-compose*
|
|
.dockerignore
|
|
|
|
# Git
|
|
.git
|
|
.gitattributes
|
|
.gitignore
|
|
|
|
# Vscode
|
|
.vscode
|
|
*.code-workspace
|
|
|
|
# Others
|
|
.lgtm.yml
|
|
.travis.yml
|
|
.vscode
|
|
|
|
# App data & bin
|
|
db
|
|
assets
|
|
wireguard-ui
|
|
|
|
# Examples
|
|
examples
|