mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-05 13:34:21 -04:00
build: fix ignoring image folder
This commit is contained in:
parent
fa2919e285
commit
fa0b880cb8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue