Skip to content

Commit 8c00fa4

Browse files
committed
Standard automatically ignores .gitignore patterns
1 parent cf2da8f commit 8c00fa4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,7 @@
7979
"ES_SUPPORT"
8080
],
8181
"ignore": [
82-
"dist",
83-
"examples",
84-
"generated",
85-
"lib"
82+
"examples"
8683
]
8784
},
8885
"dependencies": {

0 commit comments

Comments
 (0)