Automation init...

This commit is contained in:
최준흠 2024-08-29 12:18:03 +09:00
parent 144036d909
commit 330900cee6
3 changed files with 11 additions and 2099 deletions

38
.gitignore vendored
View File

@ -1,29 +1,13 @@
# ---> 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/
#codeigniter4
composer.lock
/vendor/
.env
writeable/*
!writeable/.htaccess
!writeable/index.html
!writeable/caceh/index.html
!writeable/logs/index.html
!writeable/session/index.html
!writeable/uploads/index.html
writable/caceh/*
!writable/caceh/index.html
writable/logs/*
!writable/logs/index.html
writable/session/*
!writable/session/index.html
writable/uploads/*
!writable/uploads/index.html

2066
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +0,0 @@
NOTICE - 2024-08-27 07:31:25 --> setPoint:3:idcjp:파란의 Point가 3314에서 4314로 변경되었습니다.
NOTICE - 2024-08-27 07:48:01 --> setLevel3:idcjp:파란의 Level이 3에서 4로 변경되었습니다.
DEBUG - 2024-08-27 07:59:33 --> [1:admin:슈퍼바이저] 회원님의 Level은 10 입니다.
DEBUG - 2024-08-27 07:59:33 --> [3:idcjp:파란] 회원님의 Level은 4 입니다.
DEBUG - 2024-08-27 07:59:50 --> [1:admin:슈퍼바이저] 회원님의 Point는 1060 입니다.
DEBUG - 2024-08-27 07:59:50 --> [3:idcjp:파란] 회원님의 Point는 4314 입니다.