From d2963673c992cfaded626d049cf4facace144faf Mon Sep 17 00:00:00 2001 From: Archicratia Date: Sun, 1 Feb 2026 17:05:31 +0100 Subject: [PATCH] chore(security): stop tracking .env files (keep .env.example) --- .env | 3 --- .env.development | 4 ---- .env.local | 5 ----- .env.production | 6 ------ 4 files changed, 18 deletions(-) delete mode 100644 .env delete mode 100644 .env.development delete mode 100644 .env.local delete mode 100644 .env.production diff --git a/.env b/.env deleted file mode 100644 index 5a0f453..0000000 --- a/.env +++ /dev/null @@ -1,3 +0,0 @@ -PUBLIC_GITEA_BASE=https://gitea.archicratie.trans-hands.synology.me -PUBLIC_GITEA_OWNER=Archicratia -PUBLIC_GITEA_REPO=archicratie-edition diff --git a/.env.development b/.env.development deleted file mode 100644 index fdacade..0000000 --- a/.env.development +++ /dev/null @@ -1,4 +0,0 @@ -PUBLIC_GITEA_BASE=https://gitea.archicratie.trans-hands.synology.me -PUBLIC_GITEA_OWNER=Archicratia -PUBLIC_GITEA_REPO=archicratie-edition -PUBLIC_SITE=https://archicratie.trans-hands.synology.me diff --git a/.env.local b/.env.local deleted file mode 100644 index 9a43d1c..0000000 --- a/.env.local +++ /dev/null @@ -1,5 +0,0 @@ -FORGE_API=http://192.168.1.20:3000 -FORGE_BASE=https://gitea.archicratie.trans-hands.synology.me -FORGE_TOKEN=aW73wpfJ4MiN2!3UU69qL*vWF9$9V7f@2 -PUBLIC_GITEA_OWNER=Archicratia -PUBLIC_GITEA_REPO=archicratie-edition \ No newline at end of file diff --git a/.env.production b/.env.production deleted file mode 100644 index a5c1669..0000000 --- a/.env.production +++ /dev/null @@ -1,6 +0,0 @@ -PUBLIC_SITE=https://archicratie.trans-hands.synology.me -PUBLIC_RELEASE=0.1.0 - -PUBLIC_GITEA_BASE=https://gitea.archicratie.trans-hands.synology.me -PUBLIC_GITEA_OWNER=Archicratia -PUBLIC_GITEA_REPO=archicratie-edition -- 2.49.1