Compare commits

...

2 commits

Author SHA1 Message Date
c7e33a85bb chore: merkwerk auto-update 2025-09-03 12:16:05 +02:00
589dccc376 fix(packaging): exclude internal files from packages 2025-09-03 12:15:44 +02:00
2 changed files with 11 additions and 0 deletions

10
.gitignore vendored
View file

@ -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

View file

@ -11,3 +11,4 @@
25a29c32,c575d5e,main,2025-09-02T19:24:58Z,michael,git,lua-api
25a29c32,cec390e,main,2025-09-02T19:45:08Z,michael,git,lua-api
25a29c32,0c59b27,main,2025-09-03T09:02:41Z,michael,git,lua-api
25a29c32,589dccc,main,2025-09-03T10:16:05Z,michael,git,lua-api