File tree Expand file tree Collapse file tree 3 files changed +27
-7
lines changed
common/changes/@microsoft/rush
libraries/rush-lib/assets/rush-init Expand file tree Collapse file tree 3 files changed +27
-7
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,23 @@ jspm_packages/
5858# OS X temporary files
5959.DS_Store
6060
61+ # IntelliJ IDEA project files; if you want to commit IntelliJ settings, this recipe may be helpful:
62+ # https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
63+ .idea /
64+ * .iml
65+
66+ # Visual Studio Code
67+ .vscode
68+
6169# Rush temporary files
6270common /deploy /
6371common /temp /
6472common /autoinstallers /* /.npmrc
6573** /.rush /temp /
6674
75+ # Heft temporary files
76+ .heft
77+
6778# Common toolchain intermediate files
6879temp
6980lib
@@ -74,9 +85,3 @@ lib-commonjs
7485dist
7586* .scss.ts
7687* .sass.ts
77-
78- # Visual Studio Code
79- .vscode
80-
81- # Heft
82- .heft
Original file line number Diff line number Diff line change 1+ {
2+ "changes" : [
3+ {
4+ "packageName" : " @microsoft/rush" ,
5+ "comment" : " Update the \" rush init\" template to include .gitignore patterns for IntellJ IDEA" ,
6+ "type" : " none"
7+ }
8+ ],
9+ "packageName" : " @microsoft/rush"
10+ }
Original file line number Diff line number Diff line change @@ -58,11 +58,16 @@ jspm_packages/
5858# OS X temporary files
5959.DS_Store
6060
61+ # IntelliJ IDEA project files; if you want to commit IntelliJ settings, this recipe may be helpful:
62+ # https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
63+ .idea/
64+ *.iml
65+
6166# Rush temporary files
6267common/deploy/
6368common/temp/
6469common/autoinstallers/*/.npmrc
6570**/.rush/temp/
6671
67- # Heft
72+ # Heft temporary files
6873.heft
You can’t perform that action at this time.
0 commit comments