Wireguard-tools.js/.gitignore
Matheus Sampaio Queiroga 40693234ba
Some checks failed
Test / Test Linux (16.x) (push) Failing after 3m20s
Test / Test Linux (18.x) (push) Failing after 4m10s
Test / Test Linux (20.x) (push) Failing after 4m12s
Test / Test Linux (latest) (push) Failing after 4m13s
Big code refactoring (#10)
Reviewed-on: https://sirherobrine23.org/Wireguard/Wireguard-tools.js/pulls/10
2024-03-15 04:08:26 +00:00

20 lines
196 B
Plaintext

# Node.js
/build/
node_modules/
*-lock*
/*.tgz
*.node
# Anothers
.vscode-ctags*
*.addrs.json
.DS_Store
*.log
# Addon
addon/userspace/wg-go.*
# Typescript
*.tsbuildinfo
src/**/*.d.ts
src/**/*.js