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-09-20 00:13:49 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-09-20 02:39:21 +0300
commitd3ff2aa9b57d7448c5770ba307118ce4c3b6a888 (patch)
treeba8683405a9078746eb8076c0752093802765558 /.gitignore
parent83f8942df9440bdcfe6c99ca0c294de6ffb5fc72 (diff)
chore: apply template-oss changes
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore63
1 files changed, 42 insertions, 21 deletions
diff --git a/.gitignore b/.gitignore
index 94f6b413c..370f45df4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,38 +1,59 @@
-/*
+# This file is automatically added by @npmcli/template-oss. Do not edit.
-!/.github/
-!/bin/
-!/changelogs/
-!/docs/
-!/lib/
-!/node_modules/
-/node_modules/.bin/
-/node_modules/.cache/
-!/scripts/
-!/smoke-tests/
-!/tap-snapshots/
-!/test/
-!/workspaces/
+# ignore everything in the root
+/*
-!/.release-please-manifest.json
-!/release-please-config.json
+# keep these
+!**/.gitignore
+!/.commitlintrc.js
!/.eslintrc.js
-!/.eslintrc.local.json
+!/.eslintrc.local.*
!/.gitattributes
+!/.github/
!/.gitignore
!/.licensee.json
!/.mailmap
!/.npmrc
+!/.release-please-manifest.json
!/AUTHORS
-!/CHANGELOG.md
+!/bin/
+!/CHANGELOG*
+!/changelogs/
+!/CODE_OF_CONDUCT.md
!/configure
!/CONTRIBUTING.md
+!/DEPENDENCIES.md
+!/docs/
!/index.js
-!/LICENSE
+!/lib/
+!/LICENSE*
!/make.bat
!/Makefile
+!/map.js
+!/node_modules/
+/node_modules/.bin/
+/node_modules/.cache/
!/package-lock.json
!/package.json
-!/README.md
+!/README*
+!/release-please-config.json
+!/scripts/
!/SECURITY.md
-!/DEPENDENCIES.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/