944f6e1cc8
- Deleted `moonsharp-lua-integration.md` as it is no longer relevant. - Removed `scripting-language-support.md` to streamline documentation. - Eliminated `game_assembly_analysis.md` to avoid confusion with current architecture. - Cleared `README.md` in `lib/references` to prevent outdated instructions. - Removed `modding_core_architecture_summary.md` to simplify the documentation structure. - Deleted `CHANGELOG.md` in `publish_full` to maintain a clean repository. - Cleared `README.md` in `publish_full` to remove obsolete information. Update project structure and versioning - Updated `gregCore.csproj` to version `1.0.0.40-pre`. - Modified `gregCore.sln` to include new project structure with multiple components.
47 lines
363 B
Plaintext
47 lines
363 B
Plaintext
*
|
|
|
|
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build output
|
|
bin/
|
|
obj/
|
|
out/
|
|
out_*/
|
|
|
|
# IDE
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
*.user
|
|
*.suo
|
|
*.swp
|
|
|
|
# NuGet
|
|
packages/
|
|
*.nupkg
|
|
|
|
# Test results
|
|
TestResults/
|
|
coverage/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Misc
|
|
*.tmp
|
|
*.bak
|
|
MISSING.md
|
|
**/MISSING.md
|
|
|
|
# Reference DLLs
|
|
!lib/references/**
|
|
!references/**
|
|
|
|
# Build artifacts
|
|
publish/
|
|
publish_out/
|
|
publish_full/
|
|
build/artifacts/ |