commit e65b49ee0dd75a3a00af17c90c82a0c1cc8e2e2e Author: idcjp Date: Mon May 6 14:11:39 2024 +0900 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..5ed68d4 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# vhost +