From a2e984ee973da36f087d32ae43eccfd0fc5bddc6 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Tue, 14 Mar 2023 20:19:06 +0800 Subject: [PATCH] fix: gitkeep empty dir --- .gitignore | 2 ++ prompts/.gitkeep | 0 2 files changed, 2 insertions(+) create mode 100644 prompts/.gitkeep diff --git a/.gitignore b/.gitignore index 28d1aba..1d09971 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ config/* !config/config.example.js !config/config.example.json !config/config.md +prompts/* +!prompts/.gitkeep node_modules/ diff --git a/prompts/.gitkeep b/prompts/.gitkeep new file mode 100644 index 0000000..e69de29