chore: add .gitignore, remove .env from tracking

This commit is contained in:
Dev Agent
2026-05-19 15:57:13 +03:00
parent daf8cdad9e
commit 8859c38a2a
2 changed files with 1 additions and 10 deletions

10
.env
View File

@@ -1,10 +0,0 @@
ORCH_PLANE_API_URL=http://plane-app-api-1:8000
ORCH_PLANE_API_TOKEN=
ORCH_PLANE_WORKSPACE_SLUG=
ORCH_PLANE_WEBHOOK_SECRET=
ORCH_GITEA_URL=http://localhost:3000
ORCH_GITEA_TOKEN=c81227b0dee2217f9ab3d28c3642a4578a1b9772
ORCH_GITEA_WEBHOOK_SECRET=
ORCH_CLAUDE_BIN=/usr/bin/claude
ORCH_REPOS_DIR=/home/slin/repos
ORCH_DB_PATH=/app/data/orchestrator.db

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.env