forked from newrelic/newrelic-java-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (42 loc) · 813 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (42 loc) · 813 Bytes
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
bin/
build/
out/
reports/
.classpath
.project
.settings
.gradle
.metadata
derbyDB
pyvenv.cfg
test_database*
*.log
.emacs.*
.lock
.cache-main
.fleet/
/functional_test/index/
.DS_Store
*.iws
*.ipr
*.iml
/.settings/
.idea
.shelf
*.nfs
/instrumentation_check/verification.tap
/instrumentation_check/verification.xml
/instrumentation_check/agent_under_test/
/agent-integration-tests
.recommenders
production/
instrumentation/play-2.6/src/test/scala/router/*.scala
instrumentation/play-2.6.13/src/test/scala/router/*.scala
# Always ignore local Claude settings and overrides
.claude/settings.local.json
CLAUDE.local.md
# Ignore local application data (if stored within the project root)
# Note: These are often kept in your home directory (~/.claude/) instead
.claude/transcripts/
.claude/logs/
.claude/cache/