mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
Add the hack folder to .gitignore
To avoid committing it in the future Signed-off-by: Andrei Aaron <andaaron@cisco.com>
This commit is contained in:
parent
bd9ad998cd
commit
b9b233e7fc
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -11,6 +11,9 @@
|
|||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# Tooling used for blackbox testing
|
||||
hack/
|
||||
|
||||
bin/
|
||||
bazel-*
|
||||
coverage*.txt
|
||||
|
|
Loading…
Reference in a new issue