chore: import local project into Gitea
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
# OS / tooling
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Editors
|
||||||
|
.cursor/
|
||||||
|
|
||||||
|
# Secrets
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
!.env.template
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
|
||||||
|
# Node / frontend
|
||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
|
|
||||||
|
# Typical embedded / tooling noise
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Builds (adjust per subtree if needed)
|
||||||
|
**/build/.ninja_deps
|
||||||
|
**/build/.ninja_log
|
||||||
|
|
||||||
16
README.md
Normal file
16
README.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# discords — Discord automation workspace
|
||||||
|
|
||||||
|
Hosts **`discord-ai-bot-controller/`** (Vite/React + Node backend services).
|
||||||
|
|
||||||
|
Navigate into **`discord-ai-bot-controller/`**, which ships `README.md`, `README_RUN.md`, npm scripts, and bot services.
|
||||||
|
|
||||||
|
Quick start (inside the subdirectory):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd discord-ai-bot-controller
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
Follow **`README_RUN.md`** for Discord tokens / environment wiring.
|
||||||
|
|
||||||
|
Keep credentials out of Git: use `.env` locally only and ensure it stays listed in `.gitignore`.
|
||||||
1
discord-ai-bot-controller
Submodule
1
discord-ai-bot-controller
Submodule
Submodule discord-ai-bot-controller added at cc2bf2ea0a
Reference in New Issue
Block a user