mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2026-01-05 15:39:00 +08:00
[add] cache
This commit is contained in:
parent
01c8422c98
commit
fa9e10283e
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
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