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 6d1f60a commit 8a6e8d8Copy full SHA for 8a6e8d8
.npmignore
@@ -1,15 +1,17 @@
1
-example/
2
-src/
3
-.editorconfig
+/example/
+/src/
+/.editorconfig
4
node_modules/
5
-tsconfig.json
+/tsconfig.json
6
+package-lock.json
7
yarn.lock
-.prettierrc
8
-.prettierignore
+/.prettierrc
9
+/.prettierignore
10
.gitignore
11
-.vscode/
12
-CHANGELOG.md
13
-CODE_OF_CONDUCT.md
14
-README.md
15
-Todo.md
+/.vscode/
+/CHANGELOG.md
+/CODE_OF_CONDUCT.md
+/README.md
16
+/Todo.md
17
+/LICENSE
0 commit comments