@socketsecurity/cli-with-sentry 1.0.76 → 1.0.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,41 +0,0 @@
1
- 'use strict'
2
-
3
- module.exports = Object.freeze([
4
- // Most of these ignored files can be included specifically if included in the
5
- // files globs. Exceptions to this are:
6
- // https://docs.npmjs.com/cli/v10/configuring-npm/package-json#files
7
- // These can NOT be included.
8
- // https://github.com/npm/npm-packlist/blob/v10.0.0/lib/index.js#L280
9
- '**/.git',
10
- '**/.npmrc',
11
- '**/bun.lockb?',
12
- '**/node_modules',
13
- '**/package-lock.json',
14
- '**/pnpm-lock.ya?ml',
15
- '**/yarn.lock',
16
- // Include npm-packlist defaults:
17
- // https://github.com/npm/npm-packlist/blob/v10.0.0/lib/index.js#L15-L38
18
- '**/.DS_Store',
19
- '**/.gitignore',
20
- '**/.hg',
21
- '**/.lock-wscript',
22
- '**/.npmignore',
23
- '**/.svn',
24
- '**/.wafpickle-*',
25
- '**/.*.swp',
26
- '**/._*/**',
27
- '**/archived-packages/**',
28
- '**/build/config.gypi',
29
- '**/CVS',
30
- '**/npm-debug.log',
31
- '**/*.orig',
32
- // Inline .gitignore from the socket-registry repository root.
33
- '**/.env',
34
- '**/.eslintcache',
35
- '**/.nvm',
36
- '**/.tap',
37
- '**/.tapci.yaml',
38
- '**/.vscode',
39
- '**/*.tsbuildinfo',
40
- '**/Thumbs.db'
41
- ])