From 5f0e37327dbfd0feb5b206b097b4a20320cb0078 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Mon, 12 Dec 2022 02:32:25 -0800 Subject: Ignore database dump so you can delete it without issue --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 19c959c..d2e5e60 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3