From 53ff8fb8ff64262947f53c789ab2229eb968d5f7 Mon Sep 17 00:00:00 2001 From: jjstyle Date: Mon, 1 Dec 2025 16:42:51 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ .history/.gitignore_20251201162602 | 17 +++++++++++++++++ .history/.gitignore_20251201164251 | 21 +++++++++++++++++++++ .history/README_20251201164215 | 0 .history/README_20251201164231 | 1 + README | 1 + 6 files changed, 44 insertions(+) create mode 100644 .history/.gitignore_20251201162602 create mode 100644 .history/.gitignore_20251201164251 create mode 100644 .history/README_20251201164215 create mode 100644 .history/README_20251201164231 diff --git a/.gitignore b/.gitignore index bfea17c..8dc7b8f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,7 @@ application/logs/* !application/logs/index.html !application/logs/.htaccess /vendor/ + + +git config --global user.name "jjstyle" +git config --global user.email "jjstyle@owra.net" \ No newline at end of file diff --git a/.history/.gitignore_20251201162602 b/.history/.gitignore_20251201162602 new file mode 100644 index 0000000..bfea17c --- /dev/null +++ b/.history/.gitignore_20251201162602 @@ -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/ diff --git a/.history/.gitignore_20251201164251 b/.history/.gitignore_20251201164251 new file mode 100644 index 0000000..8dc7b8f --- /dev/null +++ b/.history/.gitignore_20251201164251 @@ -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" \ No newline at end of file diff --git a/.history/README_20251201164215 b/.history/README_20251201164215 new file mode 100644 index 0000000..e69de29 diff --git a/.history/README_20251201164231 b/.history/README_20251201164231 new file mode 100644 index 0000000..3ea01d7 --- /dev/null +++ b/.history/README_20251201164231 @@ -0,0 +1 @@ +여기 작업 하면 어떻게 되나? \ No newline at end of file diff --git a/README b/README index e69de29..3ea01d7 100644 --- a/README +++ b/README @@ -0,0 +1 @@ +여기 작업 하면 어떻게 되나? \ No newline at end of file