journal/.gitignore
Jacob Schmidt 309d1ce049 Post-sync cleanup: remove root scripts/, clean .gitignore and slnx
- Remove root scripts/ (now in Journal.DevTool/scripts/)
- Remove commented-out DevTool reference from Journal.slnx
- Update .gitignore: scripts/__pycache__ -> Journal.DevTool/scripts/__pycache__
- Remove stale Journal.App/node_modules.old ignore entry

Co-Authored-By: Oz <oz-agent@warp.dev>
2026-03-02 20:00:48 -06:00

58 lines
592 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
journalapp(1).exe
.cache/
Journal.DevTool/scripts/__pycache__/
.sdt/
devtool.backup.json