Explorar o código

Directory created by Mgit on CI must be ignored as well.

Kamil Piechaczek %!s(int64=7) %!d(string=hai) anos
pai
achega
23a42a3576
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      packages/ckeditor5-build-decoupled-document/package.json

+ 2 - 1
packages/ckeditor5-build-decoupled-document/package.json

@@ -83,6 +83,7 @@
     ]
     ]
   },
   },
   "eslintIgnore": [
   "eslintIgnore": [
-    "build/**"
+    "build/**",
+    "packages/**"
   ]
   ]
 }
 }