Skip to content

Commit

Permalink
Pulling in advana code and bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JLyons1985 committed Dec 9, 2022
1 parent d7c47e3 commit 7566742
Show file tree
Hide file tree
Showing 15 changed files with 185 additions and 645 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
.pnp.js

# testing
/coverage
test/coverage
test/reports
/.scannerwork

# production
/build
/dist

# misc
.DS_Store
Expand Down
22 changes: 22 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
test/coverage
test/reports
/.scannerwork

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

npm-debug.log*
yarn-debug.log*
yarn-error.log*
229 changes: 0 additions & 229 deletions dist/TutorialOverlay.js

This file was deleted.

71 changes: 0 additions & 71 deletions dist/TutorialOverlayHelper.js

This file was deleted.

Loading

0 comments on commit 7566742

Please sign in to comment.