[add] cache

This commit is contained in:
Lkeme 2021-08-22 19:25:21 +08:00
parent ea547839d2
commit af37f769d7
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -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/*

3
cache/.gitkeep vendored Normal file
View File

@ -0,0 +1,3 @@
# Ignore everything in this directory
*
# Except this file !.gitkeep