From 87255f99657eb4fb15a90053a890ee89041fc4f0 Mon Sep 17 00:00:00 2001 From: servdal Date: Wed, 16 Jul 2025 07:40:40 +0700 Subject: [PATCH] Update Git Ignore --- .env | 4 ++++ .gitignore | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 00000000..63e46007 --- /dev/null +++ b/.env @@ -0,0 +1,4 @@ +AUTHENTIK_ERROR_REPORTING__ENABLED=true +PG_PASS=guR8uchQhQFAGi4yXfHPrF2AHTgN15sOViDL7tu0bfoiPmdI +AUTHENTIK_SECRET_KEY=HeBg31UJE0AEK2JNWpXx1+6v7SjlYr9HKxDZi66dNsrhy+9XpOz9LOw81bWNHDo/lFiORMxVa1f+ +q1Yt diff --git a/.gitignore b/.gitignore index 0eb342dc..2fc63b90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ # Ignore environment files -.env + mergekemain.sh # Ignore Laravel cache, logs, and storage -/storage/* -!/storage/.gitignore - +/htdocs/storage/* +!/htdocs/storage/.gitignore +/htdocs/.env # Ignore bootstrap cache -/bootstrap/cache/* -!/bootstrap/cache/.gitignore +/htdocs/bootstrap/cache/* +!/htdocs/bootstrap/cache/.gitignore