forked from Tacodiva/Motely
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
100 lines (86 loc) · 1.96 KB
/
Copy path.gitignore
File metadata and controls
100 lines (86 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# --- .NET build artifacts ---
bin/
obj/
*.user
*.suo
*.userprefs
.vs/
# --- JetBrains Rider / ReSharper ---
.idea/
*.DotSettings.user
_ReSharper.*/
# --- VS Code per-user state (keep shared .vscode/*.json tracked) ---
.vscode/*.user.*
# --- NuGet ---
*.nupkg
packages/*
# Node packages under packages/ are real source — keep them tracked.
!packages/jaml-mcp
packages/jaml-mcp/node_modules/
# --- Test results & coverage ---
TestResults/
*.trx
coverage/
*.coverage
*.coveragexml
# --- Bootsharp / WASM publish output (regenerated by `dotnet publish` on Motely.Wasm) ---
# TEMPORARILY UNIGNORED for Bootsharp enum packed-int patch (MotelyItemType / MotelyJokerRarity)
# /motely-wasm/
# --- Motely.Wasm analyzer scratch output (regenerated by `node Motely.Wasm/analyzer.mjs`) ---
/Motely.Wasm/verify.txt
# --- Node ---
node_modules/
npm-debug.log*
yarn-error.log
pnpm-debug.log*
# Root .npmrc often holds secrets; Motely.Wasm/.npmrc is token-via-${RNV} and is tracked.
.npmrc
!Motely.Wasm/.npmrc
/vscode-jaml/out/
/vscode-jaml/server/
/vscode-jaml/*.vsix
# --- Logs & temp ---
*.log
*.tmp
*.bak
*~
# --- OS noise ---
.DS_Store
Thumbs.db
desktop.ini
# --- Local agent / IDE state ---
.claude/settings.local.json
.claude/local/
# --- Motely runtime outputs ---
/Seeds/
.seeds/
/analysis.json
/JamlFilters/old
nuget.config.local
/Motely.HelperAPI/wwwroot
/.claude/*
!/.claude/skills/
!/.claude/settings.json
!/.claude/hooks/
.claude/settings.local.json
*.lscache
/Motely.Wasm/dist
/Motely.Wasm/.pack-consumer
/jaml-lang/dist
# Personal MCP server config (roslyn-lens etc.) — not a shared dep
.mcp.json
.mcp.local.json
/.seeds
/.playwright-mcp
/Motely.Wasm/dist-workers
/Motely.JsonRender/sample-out/
/Motely.JsonRender/demo-jamlui/node_modules/
/Motely.JsonRender/demo-jamlui/dist/
# local A/B bench outputs
scripts/token_ab/results/
.playwright-mcp/
# Seed lake catalog (DuckLake, SQLite) — lives beside Seeds/
/ducklake.sqlite
/ducklake.sqlite-journal
/ducklake.sqlite-wal
/ducklake.sqlite-shm