This repository has been archived on 2024-07-06. You can view files and clone it, but cannot push or open issues or pull requests.
Files

18 lines
137 B
Plaintext

# Nodejs
node_modules/
/*-lock*
*.node
*.tgz
# Test
build/
.cache/
# Code
.github/
.vs*/
test/
# Typescript
src/**/*.ts
!src/**/*.d.ts