테스트

This commit is contained in:
2025-12-01 16:42:51 +09:00
parent 898d696806
commit 53ff8fb8ff
6 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
*/config/development
*/logs/log-*.php
!*/logs/index.html
*/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/

View File

@@ -0,0 +1,21 @@
*/config/development
*/logs/log-*.php
!*/logs/index.html
*/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/
git config --global user.name "jjstyle"
git config --global user.email "jjstyle@owra.net"

View File

View File

@@ -0,0 +1 @@
여기 작업 하면 어떻게 되나?