mirror of
https://github.com/drone-plugins/drone-webhook.git
synced 2026-06-04 18:24:05 +08:00
4d38a477e9
* Use specific plugin versions, pull latest versions and enable a microbadger webhook * Use the new plugins/base:multiarch image * Write readme like it is done for other plugins * Downcase all wording like on other plugins, move variables to correct file * Added dockerignore file * Added missing schema version label * Only execute webhook on master branch * Added issue and pull request templates * Added blank line to gitignore
29 lines
303 B
Plaintext
29 lines
303 B
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
|
|
release/
|
|
coverage.out
|
|
drone-webhook
|