forked from dominictarr/node-mkdirp
-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I'd copied it from the wrong project. Now it makes sense why git was still showing me so many unknown files :)
- Loading branch information
Showing
1 changed file
with
21 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,22 @@ | ||
/node_modules | ||
/.nyc_output/ | ||
/coverage/ | ||
# ignore most things, include some others | ||
/* | ||
/.* | ||
|
||
/test/fixtures/selflink/node_modules/@scope/z/node_modules/glob | ||
/test/fixtures/selflink/node_modules/foo/node_modules/selflink | ||
/test/fixtures/other/node_modules/glob | ||
/test/fixtures/linkedroot | ||
/test/fixtures/deep/root | ||
/test/fixtures/deeproot | ||
/test/fixtures/badlink/node_modules/foo | ||
/test/fixtures/badlink/node_modules/bar | ||
/test/fixtures/workspace/node_modules/a | ||
/test/fixtures/workspace/node_modules/b | ||
/test/fixtures/workspace/node_modules/c | ||
/test/fixtures/workspace/packages/a/node_modules/b | ||
/test/fixtures/workspace/packages/a/node_modules/c | ||
/test/fixtures/workspace/packages/b/node_modules/a | ||
/test/fixtures/workspace/packages/b/node_modules/c | ||
/test/fixtures/workspace/packages/c/node_modules/a | ||
/test/fixtures/workspace/packages/c/node_modules/b | ||
/test/fixtures/workspace2/node_modules/c/node_modules/d | ||
/test/fixtures/workspace2/node_modules/c/node_modules/x | ||
/test/fixtures/workspace3/node_modules/app | ||
/test/fixtures/workspace3/node_modules/a | ||
/test/fixtures/workspace3/node_modules/b | ||
/test/fixtures/workspace3/node_modules/c | ||
/test/fixtures/links-all-over/node_modules/link-outside-nest | ||
/test/fixtures/links-all-over/node_modules/link-deep | ||
/test/fixtures/links-all-over/node_modules/link-link | ||
/test/fixtures/links-all-over/node_modules/nest/node_modules/link-in-nest | ||
/test/fixtures/symlinked-node-modules/example/node_modules | ||
/test/fixtures/symlinked-node-modules/linked-node-modules/bar | ||
/test/fixtures/install-types/node_modules/symlink | ||
/test/fixtures/pnpm/node_modules/.pnpm/registry.npmjs.org/@scope/x/1.0.0/node_modules/a | ||
/test/fixtures/pnpm/node_modules/.pnpm/registry.npmjs.org/@scope/x/1.0.0/node_modules/b | ||
/test/fixtures/pnpm/node_modules/.pnpm/registry.npmjs.org/@scope/x/1.0.0/node_modules/c | ||
/test/fixtures/pnpm/node_modules/.pnpm/registry.npmjs.org/a/1.0.0/node_modules/b | ||
/test/fixtures/pnpm/node_modules/.pnpm/registry.npmjs.org/a/1.0.0/node_modules/c | ||
/test/fixtures/pnpm/node_modules/.pnpm/registry.npmjs.org/b/1.0.0/node_modules/c | ||
/test/fixtures/pnpm/node_modules/.pnpm/registry.npmjs.org/c/1.0.0/node_modules/@scope/x | ||
/test/fixtures/pnpm/node_modules/@scope/x | ||
/test/fixtures/pnpm/node_modules/a | ||
!bin/ | ||
!lib/ | ||
!docs/ | ||
!package.json | ||
!package-lock.json | ||
!README.md | ||
!CONTRIBUTING.md | ||
!LICENSE | ||
!CHANGELOG.md | ||
!example/ | ||
!scripts/ | ||
!tap-snapshots/ | ||
!test/ | ||
!.travis.yml | ||
!.gitignore | ||
!.gitattributes | ||
!map.js | ||
!index.js |