mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
This PR adds a githook sub-package to our cmd packages, introducing the githook binary. The binary is linked as pre-receie/update/post-receive by gitrpc if configured. This is required to have a gitrpc deployment without requiring the one-in-all gitness binary on the same machine.
18 lines
208 B
Plaintext
18 lines
208 B
Plaintext
.DS_Store
|
|
NOTES*
|
|
__debug_bin
|
|
_research
|
|
.env
|
|
*.sqlite
|
|
*.sqlite3
|
|
web/node_modules
|
|
web/dist/files
|
|
release
|
|
.idea
|
|
coverage.out
|
|
gitness.session.sql
|
|
|
|
# ignore any executables we build
|
|
/gitness
|
|
/gitrpcserver
|
|
/githook |