forked from Wireguard/Wireguard-tools.js
Matheus Sampaio Queiroga
a399f89350
I'm adding key generation to pure Javascript, port of `keygen-html`. I'm also migrating the mocha tests to the Node tests runner. I solved a typescript typing problem add gitea CI/CD Gitlab CI/CD and Github Actions update test
24 lines
235 B
Plaintext
24 lines
235 B
Plaintext
# node modules
|
|
node_modules/
|
|
/*.tgz
|
|
|
|
# Typescript
|
|
src/**/*_test.*
|
|
src/**/*.ts
|
|
!src/**/*.d.ts
|
|
|
|
# vscode
|
|
.devcontainer/
|
|
.vscode/
|
|
.vscode-ctags
|
|
|
|
# Github and Git
|
|
.github/
|
|
.git*
|
|
|
|
# node-gyp
|
|
build/**/*
|
|
|
|
# Project
|
|
.vscode-ctags*
|
|
*.addrs.json |