chore: stop tracking build output, ship it as a release instead
"jRandomSkills - Server Files" is now gitignored build output; releases carry the built plugin. The GeoLite2 country database moves to "jRandomSkills - SRC Files/packages" and a new CopyPackagesToServer target copies it into the build output. The shipped configs are dropped: the plugin writes config.json and skillsInfo.json itself when they are missing.
This commit is contained in:
parent
7810c6e302
commit
09437a275a
18 changed files with 10 additions and 8312 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -7,7 +7,8 @@
|
|||
**/TestResults/
|
||||
|
||||
# Ignore specific project-level build dirs (legacy/explicit)
|
||||
!jRandomSkills\ -\ Server Files/*
|
||||
# Build output of the csproj Copy* targets; published as a release zip by release.sh.
|
||||
jRandomSkills\ -\ Server Files/
|
||||
jRandomSkills\ -\ SRC Files/*/bin/
|
||||
jRandomSkills\ -\ SRC Files/*/obj/
|
||||
WASDMenuAPI\ -\ SRC Files/*/bin/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue