Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: add gitignore entry for the generated test healthfiles
  • Loading branch information
bduranleau-nr committed Apr 3, 2025
commit 94fe19a171c09983fe7d5590d31f608d0ed7d570
3 changes: 3 additions & 0 deletions axiom/tests/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ clang_header.h
# vi/ex scripts
*.ex

# test file generation
health-*.yml

# Test binaries
test_agent
test_analytics_events
Expand Down
Loading