From 8b9df448793b5de5ae6613a03444b007f0afbeb1 Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 21 May 2023 10:00:23 +0000 Subject: [PATCH] Initial commit --- .gitignore | 20 ++++++++++++++++++++ README.md | 2 ++ 2 files changed, 22 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8fb962b --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# ---> CodeIgniter +*/config/development +*/logs/log-*.php +!*/logs/index.html +*/cache/* +!system/cache/* +!*/cache/index.html +!*/cache/.htaccess + +user_guide_src/build/* +user_guide_src/cilexer/build/* +user_guide_src/cilexer/dist/* +user_guide_src/cilexer/pycilexer.egg-info/* + +#codeigniter 3 +application/logs/* +!application/logs/index.html +!application/logs/.htaccess +/vendor/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..03a8db5 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# kwmobile +