瀏覽代碼

.cleanignore: prevent matching in sibling installs and node_modules

telamonian 5 年之前
父節點
當前提交
7361f40d02
共有 1 個文件被更改,包括 10 次插入1 次删除
  1. 10 1
      .cleanignore

+ 10 - 1
.cleanignore

@@ -1,7 +1,16 @@
 # jetbrains IDE stuff
 *.iml
-!**/node_modules/**/*.iml
 .idea/
 
+# avoid matching to sibling installs or node_modules
+!packages/**/*.iml
+!packages/**/.idea/
+!**/node_modules/**/*.iml
+!**/node_modules/**/.idea/
+
 # ms IDE stuff
 .vscode
+
+# avoid matching to sibling installs or node_modules
+!packages/**/.vscode
+!**/node_modules/**/.vscode