Browse Source

Use a more standard directory/ notation in .gitignore.

Kamil Piechaczek 8 years ago
parent
commit
5997debc33
1 changed files with 1 additions and 3 deletions
  1. 1 3
      packages/ckeditor5-core/.gitignore

+ 1 - 3
packages/ckeditor5-core/.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/