fix: add JetBrains IDE exclusions

This commit is contained in:
Paul Blacknell 2022-11-24 17:03:11 +00:00
parent a46c37018f
commit c0cedc1e8b

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ web/node_modules
web/coverage web/coverage
core core
!/web/**/*.ts !/web/**/*.ts
.idea/*