From fa9e10283edf9d96cfa6fad46548a7c98a146976 Mon Sep 17 00:00:00 2001 From: lkeme <1462364497@qq.com> Date: Sun, 22 Aug 2021 19:25:21 +0800 Subject: [PATCH] [add] cache --- .gitignore | 2 +- cache/.gitkeep | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 cache/.gitkeep diff --git a/.gitignore b/.gitignore index ef81856..6a1d449 100644 --- a/.gitignore +++ b/.gitignore @@ -32,10 +32,10 @@ script.php # ignore all files in lib/ task/* +cache/* # except for .gitkeep !.gitkeep # ignore TODO file in root directory,not subdir/TODO /TODO /Todo -cache/* \ No newline at end of file diff --git a/cache/.gitkeep b/cache/.gitkeep new file mode 100644 index 0000000..a10d4fe --- /dev/null +++ b/cache/.gitkeep @@ -0,0 +1,3 @@ +# Ignore everything in this directory +* +# Except this file !.gitkeep \ No newline at end of file