This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
Maneger/.gitignore
Matheus Sampaio Queiroga 82169c680d back
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2024-01-04 00:47:48 -03:00

17 lines
123 B
Plaintext

# npm
*.tgz
# Node
node_modules/
/*-lock*
# Typescript
**/*.js
**/*.d.ts
**/*.tsbuildinfo
# Database
*.db
# Test
test_*