Ver Fonte

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

Piotrek Koszuliński há 8 anos atrás
pai
commit
760e9a1808
1 ficheiros alterados com 5 adições e 1 exclusões
  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/