Files
Wireguard-tools.js/.npmignore
T
2022-08-12 11:49:37 -03:00

23 lines
205 B
Plaintext

# vscode
.devcontainer/
.vscode/
.vscode-ctags
# node modules
node_modules/
/*.tgz
# Github and Git
.github/
.git*
# node-gyp
build/**/*
# Project
configsExamples/
# libnl
libnl/**/*
libnlSource/**/*