Skip to content

Commit

Permalink
updating gitignore to include node_modules from test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdothtml committed Jan 17, 2019
1 parent 78e15f0 commit 4affbee
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.nyc_output
node_modules
node_modules/*
!test/*/node_modules
3 changes: 3 additions & 0 deletions test/fixture/node_modules/bar/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions test/fixture/node_modules/baz/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions test/fixture/node_modules/foo/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions test/fixture/node_modules/qux/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4affbee

Please sign in to comment.