Skip to content

Commit 87ef886

Browse files
committed
dep bump
1 parent f7eddbd commit 87ef886

File tree

3 files changed

+1715
-780
lines changed

3 files changed

+1715
-780
lines changed

.gitignore

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
# Visual Studio Code from https://github.com/github/gitignore/blob/master/Global/VisualStudioCode.gitignore
1+
# node_modules.
2+
/node_modules
3+
4+
# dist folder.
5+
/dist
6+
demo/dist
7+
8+
# tmp testing files.
9+
testing.html
10+
example.html
11+
12+
# macOS-specific files
13+
.DS_Store
14+
15+
# jetbrains setting folder
16+
.idea/
17+
18+
# Visual Studio Code from https://github.com/github/gitignore/blob/master/Global/VisualStudioCode.gitignore
219
# Adjust to your needs.
320

421
.vscode/*
@@ -10,12 +27,3 @@
1027

1128
# Local History for Visual Studio Code.
1229
.history/
13-
14-
# node_modules.
15-
/node_modules
16-
17-
# dist folder.
18-
/dist
19-
20-
# coverage folder.
21-
/coverage

0 commit comments

Comments
 (0)