Skip to content

Commit 65dc559

Browse files
committed
Initialize
0 parents  commit 65dc559

File tree

10 files changed

+825
-0
lines changed

10 files changed

+825
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[*]
2+
indent_style = tab
3+
indent_size = 4

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
bin
2+
dist
3+
node_modules
4+
test/test.js
5+
test/generated

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
bin
2+
src
3+
test
4+
.editorconfig
5+
.gitignore
6+
tsconfig.json

0 commit comments

Comments
 (0)