mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 09:30:10 +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/
|
||||
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