mirror of
https://github.com/tlsnotary/notary-server.git
synced 2026-01-08 20:18:05 -05:00
* Dockerize server. * Modify tag push condition. * Move build image to cd workflow and change tag syntax.
13 lines
216 B
Plaintext
13 lines
216 B
Plaintext
# exclude everything
|
|
*
|
|
|
|
# include source files and configurations
|
|
!/src
|
|
!/config
|
|
!/fixture
|
|
!Cargo.lock
|
|
!Cargo.toml
|
|
|
|
# include test files so that we can run test if we want during the build step in Dockerfile
|
|
!/tests
|