forked from qiushanhe/dm-manage-web
初始化
This commit is contained in:
11
.eslintignore
Normal file
11
.eslintignore
Normal file
@@ -0,0 +1,11 @@
|
||||
# 忽略dist目录下类型为js的文件的语法检查
|
||||
dist
|
||||
# 忽略src/assets目录下文件的语法检查
|
||||
src/static
|
||||
# 忽略public目录下文件的语法检查
|
||||
public
|
||||
# # 忽略当前目录下为js的文件的语法检查
|
||||
# *.js
|
||||
# # 忽略当前目录下为vue的文件的语法检查
|
||||
# *.vue
|
||||
node_modules
|
||||
Reference in New Issue
Block a user