diff options
author | Brian Douglas <bdougie@users.noreply.github.com> | 2021-12-10 16:43:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 16:43:22 -0800 |
commit | 9a4b4e3daad78ff97d07e87b8ee7146f43299eed (patch) | |
tree | ee765687f917123ace694eeb878b35b17bc5f3f2 | |
parent | 8c3c5ae037f2c642416e807464631d3f8b98e454 (diff) | |
parent | 44a9c3ebdad5d6f92995992ff55496509f0a4019 (diff) | |
download | gitignore-9a4b4e3daad78ff97d07e87b8ee7146f43299eed.tar.gz gitignore-9a4b4e3daad78ff97d07e87b8ee7146f43299eed.zip |
Merge pull request #3785 from LoganTann/patch-1
fixes CodeIgniter.gitignore deleting a critical framework file
-rw-r--r-- | CodeIgniter.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index bfea17cd..f447dc30 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -2,6 +2,7 @@ */logs/log-*.php !*/logs/index.html */cache/* +!system/cache/* !*/cache/index.html !*/cache/.htaccess |