Browse Source

Added all "dot directories" to .gitignore.

fredck 11 years ago
parent
commit
7c6e7620e2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/ckeditor5-ui/.gitignore

+ 3 - 0
packages/ckeditor5-ui/.gitignore

@@ -4,5 +4,8 @@
 #
 # Be sure to append /** to folders to have everything inside them ignored.
 
+# All "dot directoties".
+.*/**
+
 node_modules/**
 build/**