commit 32fe88d7e2e29942651f2fac3e6276e7689bc9b1 Author: paul Date: Sun Sep 8 01:42:41 2024 +0000 Initial commit 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..35e79ea --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# kwpayroll + +Karat World Payroll \ No newline at end of file