Skip to content

Commit

Permalink
.cleanignore: prevent matching in sibling installs and node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Aug 28, 2019
1 parent a961977 commit 7361f40
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .cleanignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7361f40

Please sign in to comment.