chore: initialize a new project

This commit is contained in:
PalmDevs
2023-11-24 22:54:41 +07:00
parent fbf0dee0a8
commit e4dbbfd68c
96 changed files with 418 additions and 8981 deletions

67
.gitignore vendored Normal file → Executable file
View File

@@ -1,7 +1,60 @@
node_modules
model
test.js
eng.traineddata
bots/*
server/**/**
test/*
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Dependency directories
node_modules/
# TypeScript cache
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
# Turborepo
.turbo/
dist/
build/
# Tesseract
*.traineddata
# ESLint
.eslintcache
# VSCode
.vscode/