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: 8f054d246da48706375f8f995b26fe9fed8ff0cd (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
/*

!/.github/
!/bin/
!/changelogs/
!/docs/
!/lib/
!/node_modules/
/node_modules/.bin/
/node_modules/.cache/
!/scripts/
!/smoke-tests/
!/tap-snapshots/
!/test/
!/workspaces/

!/.eslintrc.js
!/.eslintrc.local.json
!/.gitattributes
!/.gitignore
!/.licensee.json
!/.mailmap
!/.npmrc
!/AUTHORS
!/CHANGELOG.md
!/configure
!/CONTRIBUTING.md
!/index.js
!/LICENSE
!/make.bat
!/Makefile
!/package-lock.json
!/package.json
!/README.md
!/SECURITY.md
!/DEPENDENCIES.md