Skip to content

Commit 3a707c7

Browse files
committed
Sync the repo .gitignore file with Rush's template
1 parent 4958fff commit 3a707c7

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.gitignore

Lines changed: 11 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,25 @@ 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
67+
6268
lib
6369
lib-amd
6470
lib-es6
6571
dist
66-
temp
6772
*.scss.ts
6873
*.sass.ts
6974

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

7478
# Remove eventually
7579
package-deps.json
76-
77-
# OS X
78-
.DS_Store

0 commit comments

Comments
 (0)