scorecard/.Dockerignore
naveen a7174d8ad7 Feature - Include e2e tests for docker
Included e2e tests for docker.
Included .Dockerignore to ignore files.
Included Docker build in the Makefile.
2021-02-25 11:02:45 -05:00

13 lines
140 B
Plaintext

# Ignore everything
**
# Allow files and directories
!go.mod
!go.sum
!main.go
!/pkg/**
!/roundtripper/**
!/cmd/**
!/checks/**
!/checker/**