Explorar el Código

Use a more standard directory/ notation in .gitignore.

Kamil Piechaczek hace 8 años
padre
commit
ee15f0ae64
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      packages/ckeditor5-build-classic/.gitignore

+ 5 - 1
packages/ckeditor5-build-classic/.gitignore

@@ -1 +1,5 @@
-node_modules/**
+# These files will be ignored by Git and by our linting tools:
+#	gulp lint
+#	gulp lint-staged
+
+node_modules/