Installation de CodeIgniter

This commit is contained in:
stiti
2024-05-17 11:53:25 +02:00
parent a827f184f7
commit 78c3cb4a08
256 changed files with 70085 additions and 0 deletions

32
CodeIgniter-3.1.13/.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
.DS_Store
application/cache/*
!application/cache/index.html
application/logs/*
!application/logs/index.html
!application/*/.htaccess
composer.lock
tests/mocks/database/ci_test.sqlite
user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*
/vendor/
# IDE Files
#-------------------------
/nbproject/
.idea/*
## Sublime Text cache files
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project
/tests/tests/
/tests/results/