build: fix ignoring image folder

This commit is contained in:
Leonard Cohnen 2022-11-21 16:36:32 +01:00 committed by 3u13r
parent fa2919e285
commit fa0b880cb8

View file

@ -11,14 +11,14 @@
# Output of the go coverage tool, specifically when used with LiteIDE # Output of the go coverage tool, specifically when used with LiteIDE
*.out *.out
#ignore build files # ignore build files
/build build
admin.conf admin.conf
bootstrapper-* bootstrapper-*
go.work go.work
go.work.sum go.work.sum
/image image
# Dockerfiles # Dockerfiles
Dockerfile Dockerfile