From e9031bfb51541a4f2ddd10ba20e0c8cc61bcfcb1 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 8 Jul 2022 23:19:17 +1000 Subject: Adding params.php files to gitignore and adding samples - also composer related temp files to gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 72b9a89..78606d2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,13 @@ TAGS .htaccess Config/Config.php admin/Config/Config.php +Application/Include/params.php +admin/Application/Include/params.php # litter *~ + +# packaging and tools +vendor +composer.json +composer.lock \ No newline at end of file -- cgit v1.2.3