Skip to content

Commit

Permalink
chore: Add docker buildx '2d' file to .gitignore (#1111)
Browse files Browse the repository at this point in the history
## Description:
<!-- Describe this change, how it works, and the motivation behind it.
-->
Docker buildx, when fail (at least on my machine), produces this "2d"
file. I avoided well so far, but last PR I accidentally committed and
pushed it. I couldn't root cause why is that, but seems to be non
controversial to add it to git ignore.

## Is this change user facing?
NO
<!-- If yes, please add the "user facing" label to the PR -->
<!-- If yes, don't forget to include docs changes where relevant -->

## References (if applicable):
<!-- Add relevant Github Issues, Discord threads, or other helpful
information. -->
  • Loading branch information
victorcolombo authored Aug 14, 2023
1 parent 1c4ed93 commit 4d693e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ doc/tags
# Test binary, built with `go test -c`
*.test

# Docker Buildx Logfile
/2d

# Output directories
build/
Expand Down
1 change: 0 additions & 1 deletion 2d

This file was deleted.

0 comments on commit 4d693e5

Please sign in to comment.