Skip to content

Commit

Permalink
correct gitignore
Browse files Browse the repository at this point in the history
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
isaacs committed Jan 24, 2020
1 parent 9f29fc8 commit 7cd4e9e
Showing 1 changed file with 21 additions and 42 deletions.
63 changes: 21 additions & 42 deletions .gitignore
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

0 comments on commit 7cd4e9e

Please sign in to comment.