From 1ab4fec527284a62c6fae3c55cada9a001fa4f92 Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 26 Apr 2025 07:42: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..24e42cd --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# avelida +