Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 370f45df41cd5b22c747039c6701a46c38153348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# This file is automatically added by @npmcli/template-oss. Do not edit.

# ignore everything in the root
/*

# keep these
!**/.gitignore
!/.commitlintrc.js
!/.eslintrc.js
!/.eslintrc.local.*
!/.gitattributes
!/.github/
!/.gitignore
!/.licensee.json
!/.mailmap
!/.npmrc
!/.release-please-manifest.json
!/AUTHORS
!/bin/
!/CHANGELOG*
!/changelogs/
!/CODE_OF_CONDUCT.md
!/configure
!/CONTRIBUTING.md
!/DEPENDENCIES.md
!/docs/
!/index.js
!/lib/
!/LICENSE*
!/make.bat
!/Makefile
!/map.js
!/node_modules/
/node_modules/.bin/
/node_modules/.cache/
!/package-lock.json
!/package.json
!/README*
!/release-please-config.json
!/scripts/
!/SECURITY.md
!/tap-snapshots/
!/test/
!/docs/
!/smoke-tests/
!/workspaces/
/workspaces/*
!/workspaces/arborist/
!/workspaces/libnpmaccess/
!/workspaces/libnpmdiff/
!/workspaces/libnpmexec/
!/workspaces/libnpmfund/
!/workspaces/libnpmhook/
!/workspaces/libnpmorg/
!/workspaces/libnpmpack/
!/workspaces/libnpmpublish/
!/workspaces/libnpmsearch/
!/workspaces/libnpmteam/
!/workspaces/libnpmversion/