From 8570af7c6051c3d9a516f39d597ff49e1e1e2840 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Thu, 25 Jan 2018 09:31:37 +0800 Subject: [PATCH] 设备模块 坐标 校准值 配置 等功能 --- .gitignore | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 54bfd20..dbb8954 100644 --- a/.gitignore +++ b/.gitignore @@ -19,10 +19,6 @@ # IDE - VSCode .vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json # misc /.sass-cache @@ -40,3 +36,8 @@ # System Files .DS_Store Thumbs.db +.angulardoc.json +yarn.lock +/_nginx/* +.github/* + -- Gitblit v1.8.0