mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 01:46:42 +08:00
10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
# 忽略build目录下类型为js的文件的语法检查
|
|
build/*.js
|
|
# 忽略src/assets目录下文件的语法检查
|
|
src/assets
|
|
# 忽略public目录下文件的语法检查
|
|
public
|
|
# 忽略当前目录下为js的文件的语法检查
|
|
*.js
|
|
# 忽略当前目录下为vue的文件的语法检查
|
|
*.vue |