Skip to content

Commit 4421c7e

Browse files
committed
refactor(@angular/cli): update Intellij/Webstorm settings
Intellij and Webstorm unfortunately don't the use the exact same configuration system. For example, Intellij treats every project as `JAVA_MODULE` but Webstorm doesn't recognize the `JAVA_MODULE`. Let's use `WEB_MODULE` as it's recognized by both IDEs. refs #16152
1 parent ca4bdca commit 4421c7e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jsconfig.json
99

1010
# Intellij IDEA/WebStorm
1111
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
12+
.idea/inspectionProfiles/
13+
.idea/**/compiler.xml
14+
.idea/**/encodings.xml
1215
.idea/**/workspace.xml
1316
.idea/**/tasks.xml
1417
.idea/**/usage.statistics.xml

.idea/angular-cli.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)