Explorar el Código

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

Piotrek Koszuliński hace 8 años
padre
commit
bed8e9901e

+ 1 - 3
packages/ckeditor5-engine/.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-engine/package.json

@@ -9,7 +9,7 @@
     "@ckeditor/ckeditor5-utils": "^0.9.1"
   },
   "devDependencies": {
-    "@ckeditor/ckeditor5-dev-lint": "^3.0.0",
+    "@ckeditor/ckeditor5-dev-lint": "^3.1.0",
     "@ckeditor/ckeditor5-basic-styles": "^0.8.1",
     "@ckeditor/ckeditor5-core": "^0.8.1",
     "@ckeditor/ckeditor5-editor-classic": "^0.7.3",