Skip to content

Commit b330f03

Browse files
committed
Initial commit: sharpapi-node-core package
- Added comprehensive README.md - Configured package.json - Added source code and tests
0 parents  commit b330f03

12 files changed

+4944
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
node_modules/
2+
*.log
3+
.DS_Store
4+
.env
5+
.env.local
6+
coverage/
7+
dist/
8+
build/
9+
*.tgz
10+
.npm/
11+
.eslintcache

0 commit comments

Comments
 (0)