Add gitignore entry for cache

Turns out it's used for running playbooks I guess
This commit is contained in:
Salt 2021-02-11 13:16:21 -06:00
parent 4513e3982e
commit 1437654247
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.swp
.cache

1
roles/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.cache