未验证 提交 fcca64f8 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #19550 from gero3/AddIgnore

CI: Add ignores for the command npm install --prefix test
......@@ -6,5 +6,18 @@
npm-debug.log
.jshintrc
.vs/
**/node_modules
# The command'npm install --prefix test' adds files in the test folder (https://docs.npmjs.com/configuring-npm/folders.html#executables).
# There are 2 kinds of files, those without extension and those with cmd extension.
# To ignore files without a extension, following procedure is nessecary:
# - ignore all files in the test folder
# - unignore all files in subdirectories of the test folder
# - unignore all files with an extension in the test folder
test/*
!test/*/
!test/*.*
test/*.cmd
test/unit/build
**/node_modules
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册