drone/.gitignore
Johannes Batzill 7da9bce7c1 [Githook] Add GitHook binary (#259)
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.
2023-01-27 13:04:58 -08:00

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