File tree Expand file tree Collapse file tree 1 file changed +44
-5
lines changed Expand file tree Collapse file tree 1 file changed +44
-5
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,29 +72,41 @@ 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
- .env.test
77
+ .env.development.local
78
+ .env.test.local
79
+ .env.production.local
80
+ .env.local
74
81
75
82
# parcel-bundler cache (https://parceljs.org/)
76
83
.cache
84
+ .parcel-cache
77
85
78
86
# Next.js build output
79
87
.next
88
+ out
80
89
81
90
# Nuxt.js build / generate output
82
91
.nuxt
83
92
dist
84
93
85
94
# Gatsby files
86
95
.cache /
87
- # Comment in the public line in if your project uses Gatsby and * not* Next.js
96
+ # Comment in the public line in if your project uses Gatsby and not Next.js
88
97
# https://nextjs.org/blog/next-9-1#public-directory-support
89
98
# public
90
99
91
100
# vuepress build output
92
101
.vuepress /dist
93
102
103
+ # vuepress v2.x temp and cache directory
104
+ .temp
105
+ .cache
106
+
107
+ # Docusaurus cache and generated files
108
+ .docusaurus
109
+
94
110
# Serverless directories
95
111
.serverless /
96
112
@@ -103,4 +119,27 @@ dist
103
119
# TernJS port file
104
120
.tern-port
105
121
122
+ # Stores VSCode versions used for testing VSCode extensions
123
+ .vscode-test
124
+
125
+ # yarn v2
126
+ .yarn /cache
127
+ .yarn /unplugged
128
+ .yarn /build-state.yml
129
+ .yarn /install-state.gz
130
+ .pnp. *
131
+
132
+ # Vim swap files
133
+ * .swp
134
+
135
+ # macOS files
136
+ .DS_Store
137
+
138
+ # lock files
106
139
package-lock.json
140
+ pnpm-lock.yaml
141
+ yarn.lock
142
+
143
+ # editor files
144
+ .vscode
145
+ .idea
You can’t perform that action at this time.
0 commit comments