File tree 2 files changed +16
-4
lines changed
2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ build/Release
41
41
node_modules /
42
42
jspm_packages /
43
43
44
- # TypeScript v1 declaration files
45
- typings /
44
+ # Snowpack dependency directory (https://snowpack.dev/)
45
+ web_modules /
46
46
47
47
# TypeScript cache
48
48
* .tsbuildinfo
@@ -74,17 +74,18 @@ typings/
74
74
75
75
# parcel-bundler cache (https://parceljs.org/)
76
76
.cache
77
+ .parcel-cache
77
78
78
79
# Next.js build output
79
80
.next
81
+ out
80
82
81
83
# Nuxt.js build / generate output
82
84
.nuxt
83
- dist
84
85
85
86
# Gatsby files
86
87
.cache /
87
- # Comment in the public line in if your project uses Gatsby and * not* Next.js
88
+ # Comment in the public line in if your project uses Gatsby and not Next.js
88
89
# https://nextjs.org/blog/next-9-1#public-directory-support
89
90
# public
90
91
@@ -102,3 +103,13 @@ dist
102
103
103
104
# TernJS port file
104
105
.tern-port
106
+
107
+ # Stores VSCode versions used for testing VSCode extensions
108
+ .vscode-test
109
+
110
+ # yarn v2
111
+ .yarn /cache
112
+ .yarn /unplugged
113
+ .yarn /build-state.yml
114
+ .yarn /install-state.gz
115
+ .pnp. *
You can’t perform that action at this time.
0 commit comments