mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -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
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -3,4 +3,6 @@ agent/*
|
||||||
config/*
|
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