Skip to content

Commit 32a700a

Browse files
authored
Merge pull request microsoft#1707 from microsoft/octogonz/rush-gitignore
[rush] Update the "rush init" generated .gitignore file
2 parents 62b3121 + 93c2445 commit 32a700a

File tree

3 files changed

+26
-15
lines changed

3 files changed

+26
-15
lines changed

.gitignore

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ yarn-error.log*
99
*.seed
1010
*.pid.lock
1111

12-
# Visual Studio Code
13-
.vscode
14-
1512
# Directory for instrumented libs generated by jscoverage/JSCover
1613
lib-cov
1714

@@ -58,21 +55,24 @@ jspm_packages/
5855
# next.js build output
5956
.next
6057

58+
# OS X temporary files
59+
.DS_Store
60+
61+
# Rush temporary files
62+
common/temp/
63+
**/.rush/temp/
64+
6165
# Common toolchain intermediate files
66+
temp
6267
lib
6368
lib-amd
6469
lib-es6
6570
dist
66-
temp
6771
*.scss.ts
6872
*.sass.ts
6973

70-
# Rush files
71-
common/temp/**
72-
.rush/temp/**
74+
# Visual Studio Code
75+
.vscode
7376

7477
# Remove eventually
7578
package-deps.json
76-
77-
# OS X
78-
.DS_Store

apps/rush-lib/assets/rush-init/[dot]gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jspm_packages/
5555
# next.js build output
5656
.next
5757

58-
# Common toolchain intermediate files
59-
temp
58+
# OS X temporary files
59+
.DS_Store
6060

61-
# Rush files
62-
common/temp/**
63-
.rush/temp/**
61+
# Rush temporary files
62+
common/temp/
63+
**/.rush/temp/
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush",
5+
"comment": "Update the \"rush init\" .gitignore file to ignore .rush/temp and .DS_Store folders",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/rush",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}

0 commit comments

Comments
 (0)