Spaces:
Sleeping
Sleeping
anoderb
feat: implement chatbot service, active shift logic corrections, audit logs, and void transaction tool
48013ee | # Dependency directories | |
| node_modules/ | |
| # Optional npm cache directory | |
| .npm/ | |
| # Output directory | |
| dist/ | |
| # Local env files | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # Log files | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| .pnpm-debug.log* | |
| trace.txt | |
| # Editor / IDE configuration folders | |
| .vscode/ | |
| .idea/ | |
| *.suo | |
| *.ntvs* | |
| *.njsproj | |
| *.sln | |
| *.swp | |
| *~ | |
| # TypeScript build info cache | |
| *.tsbuildinfo | |
| # Exported report files | |
| src/public/exports/ | |