diff options
| author | Carson Fleming <cflems@cflems.net> | 2018-01-23 15:40:25 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2018-01-23 15:40:25 -0500 |
| commit | f9af03dc17f885b4a3c2244862847dc1e5e2e4f0 (patch) | |
| tree | 1ab29eaf90b6b325a2fb6257be4e35fb81f4ad31 /.gitignore | |
| parent | 683b3cb621a7d1eaa1e23dd437a6b1829a255e3f (diff) | |
| download | bulletin-f9af03dc17f885b4a3c2244862847dc1e5e2e4f0.tar.gz | |
Gitignore hook.php
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ # sensitive config file # contains database passwords and site-specific options inc/config.php +# contains github hook secret +hook.php # profile picture uploads !dash/uimg/default.png |
