Remove old Codebase

This commit is contained in:
Kentai Radiquum 2024-07-11 01:52:57 +05:00
parent ec894ae9b1
commit 49b9ac069f
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
82 changed files with 2 additions and 8007 deletions

View file

@ -1,56 +0,0 @@
# Python
__pycache__
venv
.mypy_cache
# VSCode
.VSCode
*.code-workspace
# NextJS
## dependencies
node_modules
.pnp
.pnp.js
.yarn/install-state.gz
## testing
coverage
## next.js
.next
out
## production
build
## misc
.DS_Store
*.pem
## debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
## local env files
.env*.local
## vercel
.vercel
## typescript
*.tsbuildinfo
next-env.d.ts
# traefik
traefik
# OtherFiles
CHANGELOG.md
LICENSE
README.md
TODO.md
.cz.yaml
.pre-commit-config.yaml
docs