From 64d482bcf57b705f09966abd6eab9ca0ee8872ca Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Sun, 23 Oct 2022 00:03:17 +0000 Subject: [PATCH] Ignore writable directory --- www/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/.gitignore b/www/.gitignore index bcad0a61..e59af500 100644 --- a/www/.gitignore +++ b/www/.gitignore @@ -459,6 +459,9 @@ composer.phar # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file composer.lock +##### CodeIgniter +/writable/ + ##### PHP CodeSniffer # gitignore for the PHP Codesniffer framework # website: https://github.com/squizlabs/PHP_CodeSniffer