Skip to content

Commit e4f61f0

Browse files
Testing..
1 parent 9a6c473 commit e4f61f0

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

.gitignore

+15-4
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ build/Release
4141
node_modules/
4242
jspm_packages/
4343

44-
# TypeScript v1 declaration files
45-
typings/
44+
# Snowpack dependency directory (https://snowpack.dev/)
45+
web_modules/
4646

4747
# TypeScript cache
4848
*.tsbuildinfo
@@ -74,17 +74,18 @@ typings/
7474

7575
# parcel-bundler cache (https://parceljs.org/)
7676
.cache
77+
.parcel-cache
7778

7879
# Next.js build output
7980
.next
81+
out
8082

8183
# Nuxt.js build / generate output
8284
.nuxt
83-
dist
8485

8586
# Gatsby files
8687
.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
8889
# https://nextjs.org/blog/next-9-1#public-directory-support
8990
# public
9091

@@ -102,3 +103,13 @@ dist
102103

103104
# TernJS port file
104105
.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.*

0 commit comments

Comments
 (0)