Skip to content

Commit

Permalink
Bug fixes and added support for JSX element rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
karankashyap04 committed Jul 1, 2023
1 parent fa33cbc commit de56fcd
Show file tree
Hide file tree
Showing 8 changed files with 17,577 additions and 25 deletions.
26 changes: 24 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
node_modules/
.vscode/
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

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

0 comments on commit de56fcd

Please sign in to comment.