fix(packaging): exclude internal files from packages
This commit is contained in:
parent
32d1371a4f
commit
589dccc376
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue