We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7eddbd commit 87ef886Copy full SHA for 87ef886
.gitignore
@@ -1,4 +1,21 @@
1
-# Visual Studio Code from https://github.com/github/gitignore/blob/master/Global/VisualStudioCode.gitignore
+# 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
19
# Adjust to your needs.
20
21
.vscode/*
@@ -10,12 +27,3 @@
27
28
# Local History for Visual Studio Code.
29
.history/
-
-# node_modules.
-/node_modules
-# dist folder.
-/dist
-# coverage folder.
-/coverage
0 commit comments