Skip to content

Commit 899b34d

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`. Therefore, I think that the modules.xml and iml should be left out from version control. refs #16152
1 parent ca4bdca commit 899b34d

File tree

3 files changed

+2
-31
lines changed

3 files changed

+2
-31
lines changed

.gitignore

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

1010
# Intellij IDEA/WebStorm
1111
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
12+
.idea/**/*.iml
13+
.idea/**/modules.xml
1214
.idea/**/workspace.xml
1315
.idea/**/tasks.xml
1416
.idea/**/usage.statistics.xml

.idea/angular-cli.iml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)