Selaa lähdekoodia

Merge pull request #458 from ckeditor/t/456

Internal: Use a more standard `"directory/"` notation in `.gitignore`. Closes #456.
Piotrek Koszuliński 8 vuotta sitten
vanhempi
commit
30125764e4
2 muutettua tiedostoa jossa 5 lisäystä ja 7 poistoa
  1. 4 6
      .gitignore
  2. 1 1
      package.json

+ 4 - 6
.gitignore

@@ -1,12 +1,10 @@
 # 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/**
-build/**
-coverage/**
-packages/**
+node_modules/
+build/
+coverage/
+packages/
 docs/api/output.json
 lerna-debug.log

+ 1 - 1
package.json

@@ -37,7 +37,7 @@
   },
   "devDependencies": {
     "@ckeditor/ckeditor5-dev-docs": "^7.1.0",
-    "@ckeditor/ckeditor5-dev-lint": "^3.0.0",
+    "@ckeditor/ckeditor5-dev-lint": "^3.1.0",
     "@ckeditor/ckeditor5-dev-tests": "^7.3.0",
     "eslint-config-ckeditor5": "^1.0.0",
     "gulp": "^3.9.1",