mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
chore: initialize a new project
This commit is contained in:
67
.gitignore
vendored
Normal file → Executable file
67
.gitignore
vendored
Normal file → Executable 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/
|
||||
Reference in New Issue
Block a user