Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 0312ea9

Browse files
committed
chore: Adds release tooling
1 parent c972c92 commit 0312ea9

File tree

4 files changed

+1622
-9
lines changed

4 files changed

+1622
-9
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
yarn.lock -diff
2+
* text=auto
3+
bin/* eol=lf
4+
package-lock.json -diff

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
logs
2+
*.log
3+
npm-debug.log*
4+
yarn-debug.log*
5+
.eslintcache
6+
/coverage
7+
/dist
8+
/local
9+
/reports
10+
/node_modules
11+
.DS_Store
12+
Thumbs.db
13+
.idea
14+
.vscode
15+
*.sublime-project
16+
*.sublime-workspace

0 commit comments

Comments
 (0)