First Commit
This commit is contained in:
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
# GitIgnoreFile
|
||||
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/codeigniter
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=codeigniter
|
||||
|
||||
### 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
|
||||
src/application/logs/*
|
||||
!application/logs/index.html
|
||||
!application/logs/.htaccess
|
||||
!application/logs/.php
|
||||
#src/vendor/
|
||||
src/application/config/
|
||||
src/application/application/logs/
|
||||
src/logs/
|
||||
|
||||
### CodeIgniter Patch ###
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/codeigniter
|
||||
/_docker
|
||||
/*.env
|
||||
/*.json
|
||||
/*.lock
|
||||
*.log
|
||||
/*.yml
|
||||
/_docker
|
||||
/.env
|
||||
/composer.json
|
||||
/composer.lock
|
||||
/docker-compose.yml
|
||||
Reference in New Issue
Block a user