6 Commits

Author SHA1 Message Date
MayaTheShy
35106f2ad5 Add overte_token.txt to .gitignore to prevent tracking of authentication tokens 2025-11-16 19:39:13 -05:00
MayaTheShy
ba55fd9ec5 Merge pull request #3 from MayaTheShy/copilot/investigate-entity-connection
Add entity debugging, texture downloads, and troubleshooting documentation
2025-11-16 19:24:00 -05:00
copilot-swe-agent[bot]
a46749bcb4 Remove CodeQL artifacts and update .gitignore 2025-11-17 00:19:00 +00:00
copilot-swe-agent[bot]
b8c3489687 Add CodeQL artifacts to .gitignore and remove from repo
Co-authored-by: MayaTheShy <117858929+MayaTheShy@users.noreply.github.com>
2025-11-16 23:51:25 +00:00
MayaTheShy
0ab13cba1a chore: remove build artifacts from git tracking and improve .gitignore
- Remove all Rust target/ build artifacts that were incorrectly committed
- Update .gitignore to exclude:
  - All target/ directories (Rust builds)
  - Compiled binaries (stardust-overte-client, stardust-tests)
  - CMake generated files (preserve CMakeLists.txt)
  - IDE/editor temp files (.swp, .swo, *~)
  - Third-party source directories (molecules, overte-src)
- Add more comprehensive file patterns for compiled artifacts
2025-11-08 19:29:52 -05:00
MayaTheShy
6779e2106c chore: add .gitignore for build, Rust target, editor artifacts 2025-11-08 13:50:40 -05:00