Skip to content

Commit

Permalink
chore: setup parallel build ⚙️
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiAyodeji committed Mar 10, 2021
1 parent 3d032db commit bf9b254
Show file tree
Hide file tree
Showing 740 changed files with 13,194 additions and 16,657 deletions.
33 changes: 33 additions & 0 deletions template/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.vscode
.DS_Store
*.pem

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

# local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
Loading

0 comments on commit bf9b254

Please sign in to comment.