mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-20 18:40:05 +08:00
[add] cache
This commit is contained in:
parent
ea547839d2
commit
af37f769d7
2
.gitignore
vendored
2
.gitignore
vendored
@ -32,10 +32,10 @@ script.php
|
|||||||
|
|
||||||
# ignore all files in lib/
|
# ignore all files in lib/
|
||||||
task/*
|
task/*
|
||||||
|
cache/*
|
||||||
# except for .gitkeep
|
# except for .gitkeep
|
||||||
!.gitkeep
|
!.gitkeep
|
||||||
# ignore TODO file in root directory,not subdir/TODO
|
# ignore TODO file in root directory,not subdir/TODO
|
||||||
/TODO
|
/TODO
|
||||||
/Todo
|
/Todo
|
||||||
|
|
||||||
cache/*
|
|
||||||
3
cache/.gitkeep
vendored
Normal file
3
cache/.gitkeep
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file !.gitkeep
|
||||||
Loading…
Reference in New Issue
Block a user