commit c3bdc59afb3dbab1e207e2d6fad8950f0039314b Author: Ibrahim DOUCOURE Date: Wed May 20 15:21:46 2026 +0200 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..bf1a2cc --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# sae_r301_g12 + +SAE S2.02 \ No newline at end of file