chore: remover .env.bak del repo (secrets) + gitignore

This commit is contained in:
Renato
2026-08-04 12:34:10 +08:00
parent 3fded1eae6
commit ff3ec34674
2 changed files with 1 additions and 17 deletions
-17
View File
@@ -1,17 +0,0 @@
# --- worst-scan-web ---
# Backend API (pipeline)
API_BASE_URL=http://194.163.191.200:8080/api/v1
API_KEY=
# Web auth (vacío = sin login)
WEB_PASSWORD=
# Webhook validation
WEBHOOK_SECRET=
# DB path
DB_PATH=/home/ren/web/worst-scan-web/data/worst-scan.db
# Covers dir
COVERS_DIR=/home/ren/web/worst-scan-web/data/covers
+1
View File
@@ -6,3 +6,4 @@ next-env.d.ts
.env.local
data/
.atl/
.env.bak*