Skip to content

Commit 413674d

Browse files
committed
added readme and license
1 parent 5a2772f commit 413674d

4 files changed

Lines changed: 705 additions & 1 deletion

File tree

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# OS Generated files
2+
.DS_Store
3+
._*
4+
.Spotlight-V100
5+
.Trashes
6+
Icon?
7+
ehthumbs.db
8+
Thumbs.db
9+
10+
# Visual Studio Code
11+
.vscode
12+
13+
# Node.js
14+
node_modules/
15+
dist/
16+
npm-debug.log
17+
yarn-error.log
18+
19+
# Other
20+
scratch.js

0 commit comments

Comments
 (0)