File: .dockerignore

package info (click to toggle)
testssl.sh 3.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,624 kB
  • sloc: sh: 22,574; perl: 1,139; java: 42; makefile: 19
file content (11 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# Exclude everything from the Docker build context:
*

# Except for this content:
!bin/
!etc/
!testssl.sh

# But additionally exclude this nested content:
bin/openssl.Darwin.*
bin/openssl.FreeBSD.*