-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
87 lines (79 loc) · 1.98 KB
/
Copy path.gitignore
File metadata and controls
87 lines (79 loc) · 1.98 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
/target/vendor-corpus/
target/
# os-lib transiently drops this while setting up a filesystem watch; auto-deleted once the watch
# is live, but can survive if the watching process is killed mid-setup.
.os-lib-watch-sentinel-*
# Local MCP client registration (machine-specific abs paths). Commit .mcp.json.example instead.
.mcp.json
# Generated from git tags by scripts/gen-release-notes.sh (CI regenerates before the site build).
docs/project/release-notes.md
# Docusaurus microsite: docs/ is generated by `sbt docs/run`; node_modules/build are local.
website/docs/
website/node_modules/
website/build/
website/.docusaurus/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### IntelliJ IDEA ###
.idea/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store
### Scala ###
.bsp/
*.log
/.claude/worktrees/chore+scala-steward/
/.codex/config.toml
# Local agent/worktree metadata.
/.agents/mcp_config.json
/worktrees/
/.claude/worktrees/
/.cline/
/.continue/config.yaml
/.gemini/
/.roo/
/.worktrees/
/worktrees/
/chat-tool-usage.md
# Stainless: the VC cache written by `stainlessVerify`, and the local maven repo a manual
# install-stainless-lib step may drop here. Neither belongs in git (the library jar we DO need is
# checked in at analysis/lib/stainless-library.jar).
/.stainless-cache/
/stainless/
/.claire/
/scripts/.scala-build/
# Local launcher copy referenced by the (ignored) .mcp.json; canonical copy is scripts/scalasemantic-mcp.sh.
/scalasemantic-mcp.sh
# scala-cli build cache from running the launcher at repo root.
/.scala-build/
# ScalaSemantic generated classpath metadata is project-local but machine-specific.
/.scala-semantic/
.aider*