.cleanignore 308 B

12345678910111213141516
  1. # jetbrains IDE stuff
  2. *.iml
  3. .idea/
  4. # avoid matching to sibling installs or node_modules
  5. !packages/**/*.iml
  6. !packages/**/.idea/
  7. !**/node_modules/**/*.iml
  8. !**/node_modules/**/.idea/
  9. # ms IDE stuff
  10. .vscode
  11. # avoid matching to sibling installs or node_modules
  12. !packages/**/.vscode
  13. !**/node_modules/**/.vscode