Compare commits

...

3 Commits

Author SHA1 Message Date
Diego Betto
1cf46e3ce8
Merge a8a587d016 into e9c620b9f6 2026-04-07 14:44:32 +00:00
Diego Betto
a8a587d016
Merge branch 'main' into patch-1 2025-09-19 10:09:09 +02:00
Diego Betto
48cc02e680
Adds Snyk cache file
Generated by Snyk Visual Studio extension (https://docs.snyk.io/ide-tools/visual-studio-extension)

I think can be added in all supported languages: https://docs.snyk.io/products/snyk-open-source/language-and-package-manager-support
2022-07-10 10:42:00 +02:00

View File

@ -62,9 +62,6 @@ web_modules/
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variable files
.env
.env.*
@ -131,6 +128,12 @@ dist
# yarn v3
.pnp.*
# Snyk cache files
.dccache
# Yarn files
.yarn-integrity
.yarn/*
!.yarn/patches
!.yarn/plugins
@ -142,3 +145,4 @@ dist
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.vite/