Compare commits

...

3 Commits

Author SHA1 Message Date
Diego Betto
95ce1f1a35
Merge a8a587d016 into 84c6914a9b 2026-04-04 09:06:03 +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' # Output of 'npm pack'
*.tgz *.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variable files # dotenv environment variable files
.env .env
.env.* .env.*
@ -131,6 +128,12 @@ dist
# yarn v3 # yarn v3
.pnp.* .pnp.*
# Snyk cache files
.dccache
# Yarn files
.yarn-integrity
.yarn/* .yarn/*
!.yarn/patches !.yarn/patches
!.yarn/plugins !.yarn/plugins
@ -142,3 +145,4 @@ dist
vite.config.js.timestamp-* vite.config.js.timestamp-*
vite.config.ts.timestamp-* vite.config.ts.timestamp-*
.vite/ .vite/