- Add Directory.Build.props with shared TargetFramework/Nullable/ImplicitUsings - Add Directory.Packages.props for centralized NuGet version management - Strip duplicated properties and Version attributes from all .csproj files - Fix Directory.Build.props TFM from net10 to net10.0 - Configure npm workspaces in root package.json (Journal.App) - Hoist node_modules to repo root with single lockfile - Add node_modules/ to .gitignore - Remove Journal.DevTool contents, keep as empty folder with .gitkeep - Remove Journal.DevTool from solution and npm workspaces Co-Authored-By: Oz <oz-agent@warp.dev>
66 lines
754 B
Plaintext
66 lines
754 B
Plaintext
# Build output
|
|
bin/
|
|
obj/
|
|
|
|
# Visual Studio
|
|
.vs/
|
|
*.user
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# Rider
|
|
.idea/
|
|
*.sln.iml
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# NuGet
|
|
*.nupkg
|
|
**/packages/
|
|
project.lock.json
|
|
project.fragment.lock.json
|
|
.nuget/
|
|
.dotnet_home/
|
|
.journal-sidecar/
|
|
.tmp
|
|
.npm
|
|
output/
|
|
|
|
# Publish output
|
|
publish/
|
|
|
|
# User secrets
|
|
secrets.json
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Runtime journal data (created by sidecar at repo root)
|
|
journal/
|
|
logs/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# OTHER
|
|
.just/
|
|
journalapp.exe
|
|
Journal.App/node_modules.old/@rollup/.rollup-win32-x64-msvc-IjiZshxL/rollup.win32-x64-msvc.node
|
|
journalapp(1).exe
|
|
.cache/
|
|
scripts/__pycache__/
|
|
.sdt/
|
|
devtool.backup.json
|
|
sdt.deps.json
|
|
sdt.dll
|
|
sdt.exe
|
|
sdt.pdb
|
|
sdt.runtimeconfig.json
|
|
Spectre.Console.dll
|