From 2c557818f7bf7ef63a56af754c9706fc1f4672e6 Mon Sep 17 00:00:00 2001 From: furu04 Date: Sat, 14 Jun 2025 08:16:07 +0900 Subject: [PATCH] =?UTF-8?q?.env=E3=82=92=E5=89=8A=E9=99=A4=E3=81=97.gitign?= =?UTF-8?q?ore=E3=81=AB=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 9 --------- .gitignore | 3 ++- 2 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index b34ff02..0000000 --- a/.env +++ /dev/null @@ -1,9 +0,0 @@ -# Flask Configuration -FLASK_CONFIG=development -SECRET_KEY=your_secret_key_here - -# Database Configuration -DB_USER=root -DB_PASSWORD=your_db_password -DB_HOST=db -DB_NAME=workout_db diff --git a/.gitignore b/.gitignore index 8447c59..4d186f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -develop.md \ No newline at end of file +develop.md +.env \ No newline at end of file