Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚙️🍄 ↣ Adding supabase auth & account/profile identifier #41

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vercel
node_modules
frontend/.env
Binary file removed client/.DS_Store
Binary file not shown.
18 changes: 0 additions & 18 deletions client/.env

This file was deleted.

1 change: 0 additions & 1 deletion client/.eslintcache

This file was deleted.

10 changes: 0 additions & 10 deletions client/.gitignore

This file was deleted.

49 changes: 0 additions & 49 deletions client/Contracts/Comments.sol

This file was deleted.

57 changes: 0 additions & 57 deletions client/Contracts/Journal.sol

This file was deleted.

1 change: 0 additions & 1 deletion client/Truffle/.gitattributes

This file was deleted.

22 changes: 0 additions & 22 deletions client/Truffle/LICENSE

This file was deleted.

9 changes: 0 additions & 9 deletions client/Truffle/contracts/ConvertLib.sol

This file was deleted.

49 changes: 0 additions & 49 deletions client/Truffle/contracts/MetaCoin.sol

This file was deleted.

19 changes: 0 additions & 19 deletions client/Truffle/contracts/Migrations.sol

This file was deleted.

5 changes: 0 additions & 5 deletions client/Truffle/migrations/1_initial_migration.js

This file was deleted.

8 changes: 0 additions & 8 deletions client/Truffle/migrations/2_deploy_contracts.js

This file was deleted.

10 changes: 0 additions & 10 deletions client/Truffle/scripts/contractInfo.js

This file was deleted.

17 changes: 0 additions & 17 deletions client/Truffle/scripts/deployContract.js

This file was deleted.

14 changes: 0 additions & 14 deletions client/Truffle/scripts/devChain.js

This file was deleted.

Loading