mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Added cache folder to repository
This commit is contained in:
parent
5acbb52575
commit
169b8583d0
2 changed files with 6 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,3 +4,5 @@ config/*
|
||||||
cache/*
|
cache/*
|
||||||
.vscode/
|
.vscode/
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
!cache/README.md
|
||||||
|
|
|
||||||
3
cache/README.md
vendored
Normal file
3
cache/README.md
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Cache folder
|
||||||
|
|
||||||
|
Every content the module requires to run efficiently will be stored within this folder. The module will ensure housekeeping here to not spam the filesystem
|
||||||
Loading…
Reference in a new issue