Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
17 lines
123 B
Plaintext
17 lines
123 B
Plaintext
# npm
|
|
*.tgz
|
|
|
|
# Node
|
|
node_modules/
|
|
/*-lock*
|
|
|
|
# Typescript
|
|
**/*.js
|
|
**/*.d.ts
|
|
**/*.tsbuildinfo
|
|
|
|
# Database
|
|
*.db
|
|
|
|
# Test
|
|
test_* |