mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2026-03-22 07:25:53 +03:00
fix security alerts
This commit is contained in:
parent
fc273c478a
commit
fb1387391a
1 changed files with 15 additions and 0 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -93,3 +93,18 @@ typings/
|
||||||
|
|
||||||
# DynamoDB Local files
|
# DynamoDB Local files
|
||||||
.dynamodb/
|
.dynamodb/
|
||||||
|
|
||||||
|
# Ignore everything inside fixture package-manager folders
|
||||||
|
__tests__/data/npm/**
|
||||||
|
__tests__/data/pnpm/**
|
||||||
|
__tests__/data/yarn/**
|
||||||
|
|
||||||
|
# Keep only fixture manifests + lockfiles
|
||||||
|
!__tests__/data/npm/package.json
|
||||||
|
!__tests__/data/npm/package-lock.json
|
||||||
|
|
||||||
|
!__tests__/data/pnpm/package.json
|
||||||
|
!__tests__/data/pnpm/pnpm-lock.yaml
|
||||||
|
|
||||||
|
!__tests__/data/yarn/package.json
|
||||||
|
!__tests__/data/yarn/yarn.lock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue