chore: add .gitignore and remove .env from repo

This commit is contained in:
2026-04-15 04:28:16 +00:00
parent 9e99cda36b
commit f343d3c12e
2 changed files with 1 additions and 13 deletions

13
.env
View File

@@ -1,13 +0,0 @@
# HangmanLab (old)
BACKEND_PORT=8080
FRONTEND_PORT=8081
DB_PORT=3306
DB_NAME=hangmanlab
DB_USER=hangmanlab
DB_PASSWORD=changeme
MYSQL_ROOT_PASSWORD=rootpassword
# HarborForge
HF_BACKEND_PORT=8000
HF_FRONTEND_PORT=3000
WIZARD_PORT=8082

1
.gitignore vendored Normal file
View File

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