Sfoglia il codice sorgente

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

Piotrek Koszuliński 8 anni fa
parent
commit
760e9a1808
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  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/