From 2d9942e92d2694561c15d96b9f82692748bf5ad1 Mon Sep 17 00:00:00 2001 From: jjstyle00 Date: Mon, 1 Dec 2025 16:19:49 +0900 Subject: [PATCH] First Commit --- .gitignore | 17 +++++++++++++++++ README.md | 6 ++++++ 2 files changed, 23 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfea17c --- /dev/null +++ b/.gitignore @@ -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/README.md b/README.md new file mode 100644 index 0000000..032fa80 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +## confirms +> Creator: jjstyle00 +> Date: 2025/12/01 + +## Description +* confirms에 대한 설명을 작성하세요 \ No newline at end of file