Files
SurvivorCore/.gitignore
T
Samuel LisonandClaude Opus 4.8 3d76332c38 Add StyLua/Selene/luau-lsp toolchain and make the scaffold lint-clean
Pin stylua, selene, and luau-lsp in rokit.toml so local dev and CI use the
same versions, and add their configs (stylua.toml, selene.toml, .luaurc).
Two behavior-preserving source touches make the existing scaffold pass:
guard the optional iteration in Components.readAttributes (clears a luau-lsp
type error) and normalize Gatherable.luau to StyLua's canonical form. Ignore
the CI-fetched globalTypes.d.luau.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-18 18:05:33 +10:00

25 lines
297 B
Plaintext

# Rojo / Roblox
sourcemap.json
globalTypes.d.luau
*.rbxl
*.rbxlx
*.rbxl.lock
*.rbxlx.lock
# Build output (the .rbxm is built in CI and attached to releases)
*.rbxm
*.rbxmx
/build/
# Toolchain managers
/.rokit/
# Wally
/Packages/
/ServerPackages/
/DevPackages/
# Editor / OS
.DS_Store
.vscode/