We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4958fff commit 3a707c7Copy full SHA for 3a707c7
.gitignore
@@ -9,9 +9,6 @@ yarn-error.log*
9
*.seed
10
*.pid.lock
11
12
-# Visual Studio Code
13
-.vscode
14
-
15
# Directory for instrumented libs generated by jscoverage/JSCover
16
lib-cov
17
@@ -58,21 +55,25 @@ jspm_packages/
58
55
# next.js build output
59
56
.next
60
57
+# OS X temporary files
+.DS_Store
+
61
+# Rush temporary files
62
+common/temp/
63
+**/.rush/temp/
64
65
# Common toolchain intermediate files
66
+temp
67
68
lib
69
lib-amd
70
lib-es6
71
dist
-temp
72
*.scss.ts
73
*.sass.ts
74
-# Rush files
-common/temp/**
-.rush/temp/**
75
+# Visual Studio Code
76
+.vscode
77
78
# Remove eventually
79
package-deps.json
-# OS X
-.DS_Store
0 commit comments