You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
298 B
10 lines
298 B
2 years ago
|
# 忽略build目录下类型为js的文件的语法检查
|
||
|
build/*.js
|
||
|
# 忽略src/assets目录下文件的语法检查
|
||
|
src/assets
|
||
|
# 忽略public目录下文件的语法检查
|
||
|
public
|
||
|
# 忽略当前目录下为js的文件的语法检查
|
||
|
*.js
|
||
|
# 忽略当前目录下为vue的文件的语法检查
|
||
|
*.vue
|