Commit Graph

2 Commits

Author SHA1 Message Date
MayaTheShy
53891e82a8 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
cee37d6bf5 chore: add .gitignore for build, Rust target, editor artifacts 2025-11-08 13:50:40 -05:00