Skip to content

Commit 9fa38a9

Browse files
committed
update gitignore file to skip the vendor and the the right build folder only
without this change if we use vendor there is a file that gets ignore ``` !! vendor/github.com/onsi/ginkgo/v2/ginkgo/build/ ``` Signed-off-by: Sebastian Sch <[email protected]>
1 parent 01bfc56 commit 9fa38a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Temporary Build Files
2-
build/
2+
/build/*
33
bin/
44
testbin/
55
env

0 commit comments

Comments
 (0)