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!)
|
# Environment variables (NEVER commit!)
|
||||||
.env
|
.env
|
||||||
|
.env.local
|
||||||
|
.env.production
|
||||||
|
.env.development
|
||||||
|
# Note: .env.example SHOULD be included for users
|
||||||
|
|
||||||
# Lua specific
|
# Lua specific
|
||||||
*.luac
|
*.luac
|
||||||
|
|
@ -11,12 +15,17 @@ bin/
|
||||||
logs/
|
logs/
|
||||||
tmp/
|
tmp/
|
||||||
pid/
|
pid/
|
||||||
|
dist/
|
||||||
|
|
||||||
# Issue creation scripts (these create issues, don't version them)
|
# Issue creation scripts (these create issues, don't version them)
|
||||||
scripts/gitea-issues/
|
scripts/gitea-issues/
|
||||||
|
|
||||||
|
# Gitea internal workflow (not for end users)
|
||||||
|
.gitea/
|
||||||
|
|
||||||
# Gitea Tools
|
# Gitea Tools
|
||||||
tools/gitea
|
tools/gitea
|
||||||
|
issue-*.md
|
||||||
|
|
||||||
# OS generated files
|
# OS generated files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
@ -57,3 +66,4 @@ config.local.lua
|
||||||
config.production.lua
|
config.production.lua
|
||||||
|
|
||||||
config/furt.conf
|
config/furt.conf
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue