From 589dccc37653992b150041c46b41c12e430c9c58 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 3 Sep 2025 12:15:44 +0200 Subject: [PATCH] fix(packaging): exclude internal files from packages --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index bddee23..b01aba7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ # Environment variables (NEVER commit!) .env +.env.local +.env.production +.env.development +# Note: .env.example SHOULD be included for users # Lua specific *.luac @@ -11,12 +15,17 @@ bin/ logs/ tmp/ pid/ +dist/ # Issue creation scripts (these create issues, don't version them) scripts/gitea-issues/ +# Gitea internal workflow (not for end users) +.gitea/ + # Gitea Tools tools/gitea +issue-*.md # OS generated files .DS_Store @@ -57,3 +66,4 @@ config.local.lua config.production.lua config/furt.conf +