Skip to content

Commit

Permalink
refactor: migrate to React (#2)
Browse files Browse the repository at this point in the history
closes #1, closes #2
  • Loading branch information
thiagorocha503 committed Jul 6, 2024
1 parent f981cb9 commit c2570de
Show file tree
Hide file tree
Showing 37 changed files with 21,578 additions and 423 deletions.
29 changes: 24 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
node_modules/
*.js
*.txt
!script.js
!*min.js
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

.vscode/
# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

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

npm-debug.log*
yarn-debug.log*
yarn-error.log*
1 change: 0 additions & 1 deletion css/codemirror.min.css

This file was deleted.

197 changes: 0 additions & 197 deletions css/style.css

This file was deleted.

48 changes: 0 additions & 48 deletions index.html

This file was deleted.

1 change: 0 additions & 1 deletion js/codemirror.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions js/jquery.slim.min.js

This file was deleted.

Loading

0 comments on commit c2570de

Please sign in to comment.