Skip to content

Commit

Permalink
[chore] Add local folder to .gitignore (#12089)
Browse files Browse the repository at this point in the history
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

Contrib has this folder, and I find it helpful for stashing working
files (e.g. config files) for testing running the Collector from a
binary.

Happy to take another approach if someone is doing something else to
store files used to test the Collector locally.
  • Loading branch information
evan-bradley authored Jan 14, 2025
1 parent 6acaf15 commit 71aa649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
bin/
dist/
.tools/
local

# GoLand IDEA
/.idea/
Expand Down

0 comments on commit 71aa649

Please sign in to comment.