Skip to content

Commit 3202034

Browse files
author
Val
committed
gitignore fix to include node_modules dummy module in the index
1 parent d29d93e commit 3202034

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
.DS_Store
33
*.log
44
*.swp
5-
node_modules/**/*
6-
!node_modules/__this-loader
5+
node_modules/*
6+
!node_modules/__this-loader/
77
test/build/

node_modules/__this-loader/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)