Files
brass-and-sigil/.gitignore
T
Matt 0bdc48c86f gitignore: scope overrides ignore to mods/, track defaultconfigs/
The previous rule 'pack/overrides/' ignored the whole directory, which
made it impossible to re-include subpaths via ! exception (git's rule).

Narrow the ignore to 'pack/overrides/mods/' -- the only path that
Build-Tweaks.ps1 actually writes -- and drop the broken whitelist
block. Other subdirs under pack/overrides/ (defaultconfigs/, etc.) now
live in git like normal source.

Adds the Waystones override that 0.16.1 attempted (spawnInVillages =
DISABLED). Bumps to 0.16.3 so launcher caches re-sync.
2026-05-23 12:57:41 +00:00

64 lines
2.1 KiB
Plaintext

# ─── .NET build outputs ───────────────────────────────────────────────────
bin/
obj/
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ll]og/
[Ll]ogs/
*.pdb
*.user
*.suo
*.userosscache
*.sln.docstates
# ─── IDE state ────────────────────────────────────────────────────────────
.vs/
.vscode/
.idea/
*.sln.iml
# ─── NuGet / package caches ───────────────────────────────────────────────
*.nupkg
*.snupkg
.nuget/
packages/
project.lock.json
project.fragment.lock.json
artifacts/
# ─── Build / publish output (every project) ───────────────────────────────
publish/
# ─── Misc OS junk ─────────────────────────────────────────────────────────
*.swp
.DS_Store
Thumbs.db
# ─── Local secrets / runtime config (track template, ignore real values) ─
launcher/launcher-config.json
server/deploy/server-config.json
scripts/deploy.config.ps1
# ─── Local AI assistant artifacts (Claude, Cursor, Copilot) ───────────────
# Kept out of the public repo so collaborators aren't surprised by tool-
# specific orientation files. Local copies stay usable in the working tree.
CLAUDE.md
.claude/
.cursor/
.cursorrules
.aider*
.github/copilot*
# ─── Build artifacts that get regenerated ─────────────────────────────────
# Tweak jars rebuilt by scripts/Build-Tweaks.ps1
pack/overrides/mods/
# manifest.json regenerated by scripts/Build-Pack.ps1 -- produced at scripts/
# (default OutputPath) and copied to the deploy share by Deploy-Brass.ps1
scripts/manifest.json
pack/manifest.json