Browse Source

Internal: Use a more standard .gitignore notation. See https://github.com/ckeditor/ckeditor5/issues/456.

Piotrek Koszuliński 8 years ago
parent
commit
b4dacf2a92

+ 1 - 3
packages/ckeditor5-theme-lark/.gitignore

@@ -1,7 +1,5 @@
 # These files will be ignored by Git and by our linting tools:
 #	gulp lint
 #	gulp lint-staged
-#
-# Be sure to append /** to folders to have everything inside them ignored.
 
-node_modules/**
+node_modules/

+ 1 - 1
packages/ckeditor5-theme-lark/package.json

@@ -8,7 +8,7 @@
   },
   "devDependencies": {
     "@ckeditor/ckeditor5-basic-styles": "^0.8.1",
-    "@ckeditor/ckeditor5-dev-lint": "^3.0.0",
+    "@ckeditor/ckeditor5-dev-lint": "^3.1.0",
     "@ckeditor/ckeditor5-utils": "^0.9.1",
     "eslint-config-ckeditor5": "^1.0.0",
     "gulp": "^3.9.1",