浏览代码

Remove more irrelevant paths from searches

Kevin van Zonneveld 7 年之前
父节点
当前提交
69faf5ffb7
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      uppy.code-workspace

+ 6 - 0
uppy.code-workspace

@@ -8,11 +8,17 @@
 		"files.exclude": {
 			"website/public/": true,
 			"node_modules/": true,
+			"website/node_modules/": true,
 			"dist/": true,
 			"lib/": true,
 			"assets/": true,
 			"package-lock.json": true,
+			"website/package-lock.json": true,
 			"yarn-error.log": true,
+			"website/.deploy_git": true,
+			"npm-debug.log": true,
+			"website/npm-debug.log": true,
+			"website/debug.log": true,
 			"nohup.out": true,
 			"yarn.lock": true
 		}