Files
Starworld/.gitignore
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

54 lines
614 B
Plaintext

# Build artifacts
/build/
**/target/
_codeql_build_dir/
_codeql_detected_source_root
# CMake
CMakeFiles/
CMakeCache.txt
cmake-build-*/
Makefile
*.cmake
!CMakeLists.txt
compile_commands.json
install_manifest.txt
# Compiled binaries
*.o
*.so
*.a
*.exe
*.dll
*.dylib
stardust-overte-client
stardust-tests
# Rust
Cargo.lock
**/target/
**/*.rs.bk
**/debug/
**/release/
# IDE/editor
.vscode/
.idea/
*.user
*.swp
*.swo
*~
# Logs
*.log
# Temporary
*.tmp
.DS_Store
# Third-party directories (not tracked as submodules)
/third_party/molecules/
/third_party/overte-src/
_codeql_build_dir/
_codeql_detected_source_root