[add] cache

This commit is contained in:
lkeme 2021-08-22 19:25:21 +08:00
parent 01c8422c98
commit fa9e10283e
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