-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (49 loc) · 1.83 KB
/
Copy path.gitignore
File metadata and controls
61 lines (49 loc) · 1.83 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
# SPDX-FileCopyrightText: 2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
# Maven build output
target/
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
# heap dumps from OOM (e.g. -XX:+HeapDumpOnOutOfMemoryError on test/PIT forks)
*.hprof
# jcstress / jqwik test outputs (generated at the repo root pre-reactor; each module's own
# basedir post-reactor, e.g. srcmorph-maven-plugin/.jqwik-database)
**/.jqwik-database
# Benchmark/experiment scratch output dirs (not part of the build)
srcmorph-maven-plugin/src/siteGusto/
srcmorph-maven-plugin/src/siteMistral3/
srcmorph-maven-plugin/src/siteQwenBRUTAL/
# IDE config
.idea/
# Generated AI-index output from the self-index run (keep the tracked placeholder)
/srcmorph-maven-plugin/src/site/ai/*
!/srcmorph-maven-plugin/src/site/ai/empty.md
# Scratch git worktrees created by tooling that runs agents in an isolated copy of the
# repository (.claude/worktrees/<run-id>/). Each is a full checkout of this repo living
# inside it, so a plain `git add -A` during such a run would stage a second copy of the
# whole tree. They are removed when the run ends; the ignore is what stops the window in
# between being a footgun. Only worktrees/ is ignored -- anything else under .claude/
# (skills, settings) stays visible on purpose.
.claude/worktrees/
# The plugin integration test's fixture writes here only when <outputDirectory> stops binding --
# it is the mojos' own default. The test asserts the tree stays empty and clears it between runs;
# the ignore is so a failed run cannot leave untracked debris behind.
.github/plugin-it/src/site/