bds/.gitignore
Matheus Sampaio Queiroga 6dcc3f3f0a config webpack and templates
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2025-01-27 21:55:15 -03:00

19 lines
208 B
Plaintext

# Node module
node_modules/
## Ignore any locker files in root repository
/*-lock*
# Golang
/__debug_bin*
## Typescript
*.tsbuildinfo
web_src/**/*.d.ts
web_src/**/*.js
# Config file
*.ini
# Database
*.db