Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ corpus.
database in Atlas.
- `dodec`, or the Database of Devoured Example Code: a query tool that lets us find code examples and related
metadata in the database for reporting or to perform manual updates.
- `audit-cli`: A Go CLI project to help us audit docs content from files on the local filesystem.
- `examples-copier`: a Go app that runs as a GitHub App and copies files from the
source code repo (generated code examples) to multiple target repos and branches.
- `github-check-releases`: a Node.js script that gets the latest release versions
Expand Down
1 change: 1 addition & 0 deletions audit-cli/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
audit-cli
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to ignore any generated output?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tool doesn't generate any output in any specific directory that can be ignored. If you're generating output, you need to specify a filepath for the generated output. So there aren't any specific patterns to add to the gitignore at this time.

Loading