File tree Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ npm-debug.log*
5
5
yarn-debug.log *
6
6
yarn-error.log *
7
7
lerna-debug.log *
8
+ .pnpm-debug.log *
8
9
9
10
# Diagnostic reports (https://nodejs.org/api/report.html)
10
11
report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
@@ -41,8 +42,8 @@ build/Release
41
42
node_modules /
42
43
jspm_packages /
43
44
44
- # TypeScript v1 declaration files
45
- typings /
45
+ # Snowpack dependency directory (https://snowpack.dev/)
46
+ web_modules /
46
47
47
48
# TypeScript cache
48
49
* .tsbuildinfo
@@ -53,6 +54,9 @@ typings/
53
54
# Optional eslint cache
54
55
.eslintcache
55
56
57
+ # Optional stylelint cache
58
+ .stylelintcache
59
+
56
60
# Microbundle cache
57
61
.rpt2_cache /
58
62
.rts2_cache_cjs /
@@ -68,28 +72,37 @@ typings/
68
72
# Yarn Integrity file
69
73
.yarn-integrity
70
74
71
- # dotenv environment variables file
75
+ # dotenv environment variable files
72
76
.env *
73
77
74
78
# parcel-bundler cache (https://parceljs.org/)
75
79
.cache
80
+ .parcel-cache
76
81
77
82
# Next.js build output
78
83
.next
84
+ out
79
85
80
86
# Nuxt.js build / generate output
81
87
.nuxt
82
88
dist *
83
89
84
90
# Gatsby files
85
91
.cache /
86
- # Comment in the public line in if your project uses Gatsby and * not* Next.js
92
+ # Comment in the public line in if your project uses Gatsby and not Next.js
87
93
# https://nextjs.org/blog/next-9-1#public-directory-support
88
94
# public
89
95
90
96
# vuepress build output
91
97
.vuepress /dist
92
98
99
+ # vuepress v2.x temp and cache directory
100
+ .temp
101
+ .cache
102
+
103
+ # Docusaurus cache and generated files
104
+ .docusaurus
105
+
93
106
# Serverless directories
94
107
.serverless /
95
108
@@ -102,6 +115,16 @@ dist*
102
115
# TernJS port file
103
116
.tern-port
104
117
118
+ # Stores VSCode versions used for testing VSCode extensions
119
+ .vscode-test
120
+
121
+ # yarn v2
122
+ .yarn /cache
123
+ .yarn /unplugged
124
+ .yarn /build-state.yml
125
+ .yarn /install-state.gz
126
+ .pnp. *
127
+
105
128
# Playwright
106
129
tests /e2e /results /
107
130
/test-results /
You can’t perform that action at this time.
0 commit comments