Skip to content

Commit 5185c66

Browse files
ahasalldgp1130
authored andcommitted
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 angular#16152
1 parent 74d6406 commit 5185c66

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)