-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (41 loc) · 1.17 KB
/
.gitignore
File metadata and controls
44 lines (41 loc) · 1.17 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
**/.agent-secrets.properties
camel-agent-starter/target/camel-agent-starter-0.1.0-SNAPSHOT.jar
camel-agent-agui/target/camel-agent-agui-0.1.0-SNAPSHOT.jar
**/target/
**/derby.log
.vscode/
camel-agent-agui/
mvnw
mvnw.cmd
.mvn/
**/*.log
**/*.out
**/*.log.*
**/*.out.*
samples/agent-support-service/target/
samples/agent-support-service/smoke-server-8087.log
samples/agent-support-service/smoke-relay-managed.out
samples/agent-support-service/smoke-latest.out
relay-server.log
samples/agent-support-service/capture-script-output.log
samples/agent-support-service/classes-run.log
.gitignore
samples/agent-support-service/capture-run.out
samples/agent-support-service/terminal-write-test.txt
samples/agent-support-service/smoke-server-8087.log
samples/agent-support-service/smoke-relay-managed.out
samples/agent-support-service/smoke-latest.out
.gitignore
.LCKpom.xml~
**/.LCK*
camel-agent-twilio/src/main/java/io/dscope/camel/agent/twilio/.LCKTwilioCallStartEnvelopeProcessor.java~
# Large binary assets committed to the repo root — should live elsewhere
/*.pdf
/*.png
# OS / IDE
.DS_Store
*.swp
*.swo
# LLM prompt drafts mixed into docs (ephemeral dev artifacts)
docs/prompts/
docs/**/*.prompt.md