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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-03-29 01:55:02 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-03-30 00:51:53 +0300
commitaac01b89caf6336a2eb34d696296303cdadd5c08 (patch)
treec322cc32001ab169bd2e9e335ba7e4a45f31b4aa /.gitignore
parentb48a2bfde3745fa21ea4fc18d6f562fd82f82545 (diff)
deps: @npmcli/template-oss@3.2.1
- `no-shadow` was disabled for the cli and arborist due to the amount of changes required. These should be fixed later. - Manually updated linting in the cli root to match closer to what template-oss does - Included docs to be managed with template-oss. This required adding an empty test for now, with the plan to add real tests later.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore66
1 files changed, 36 insertions, 30 deletions
diff --git a/.gitignore b/.gitignore
index cbcf027f3..fbb4d9a9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,30 +1,36 @@
-*.swp
-npm-debug.log
-/.nyc_output
-/test/output.log
-/test/*/*/node_modules
-/test/packages/npm-test-depends-on-spark/which-spark.log
-/test/packages/test-package/random-data.txt
-/test/root
-/node_modules/.bin
-/docs/output/
-/docs/node_modules/
-/man/
-/npmrc
-/release/
-/npm-*.tgz
-/node_modules/npm-registry-client/test/fixtures
-/test/fixtures/config/userconfig-with-gc
-/node_modules/npm-registry-couchapp
-*.pyc
-.jshintrc
-.eslintrc
-.nyc_output
-/test/npm_cache*
-/node_modules/.cache
-.DS_Store
-**/.DS_Store
-/coverage
-/*.tgz
-/.editorconfig
-.vscode/ \ No newline at end of file
+/*
+
+!/.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
+!/netlify.toml
+!/package-lock.json
+!/package.json
+!/README.md
+!/SECURITY.md