ignore dccache files w/ burnettk
This commit is contained in:
parent
a7521cba65
commit
5de2cf1312
|
@ -173,6 +173,8 @@ jobs:
|
|||
name: logs-${{matrix.python}}-${{matrix.os}}-${{matrix.database}}
|
||||
path: "./log/*.log"
|
||||
|
||||
# burnettk created an account at https://app.snyk.io/org/kevin-jfx
|
||||
# and added his SNYK_TOKEN secret under the spiff-arena repo.
|
||||
snyk:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
pyrightconfig.json
|
||||
.idea/
|
||||
t
|
||||
.dccache
|
||||
|
|
Loading…
Reference in New Issue