Skip to content

Commit

Permalink
Add build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mtunyk committed Oct 3, 2020
1 parent 7007dce commit 92f5289
Show file tree
Hide file tree
Showing 3 changed files with 8,142 additions and 1 deletion.
31 changes: 30 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/

# production
/out/

# misc
.DS_Store
.vscode
*.code-workspace
*.pyc
*.pem

# debug
npm-*.log*
yarn-*.log*

# local env files
.env
.env.local
.env.*.local

*.pyc
# vercel
.vercel
Loading

0 comments on commit 92f5289

Please sign in to comment.