diff options
| author | Carson Fleming <cflems@cflems.net> | 2022-12-12 02:32:25 -0800 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2022-12-12 02:32:25 -0800 |
| commit | 5f0e37327dbfd0feb5b206b097b4a20320cb0078 (patch) | |
| tree | 22860719d752c9d2f0ef072aa3e81df0903404da /.gitignore | |
| parent | e92d854a1cb74904bf21cf0b84f2750a84ea682d (diff) | |
| download | bulletin-5f0e37327dbfd0feb5b206b097b4a20320cb0078.tar.gz | |
Ignore database dump so you can delete it without issue
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ error_log inc/config.php # contains github hook secret hook.php +# ignore database dump so you can delete it after setup +database.sql # profile picture uploads !dash/uimg/default.png |
