Skip to content

Commit

Permalink
Use local running WalletProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Po committed Jun 3, 2022
1 parent 72b296b commit 6a767af
Show file tree
Hide file tree
Showing 78 changed files with 5,794 additions and 26,463 deletions.
9 changes: 0 additions & 9 deletions .editorconfig

This file was deleted.

22 changes: 14 additions & 8 deletions .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
.DS_Store
node_modules/
/dist/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.vscode
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln

DbUpdater/bin/
DbUpdater/obj/
WalletProxy/dist/
*.sw?
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["Vue.volar"]
}
27 changes: 0 additions & 27 deletions DbUpdater/AppSettings.cs

This file was deleted.

207 changes: 0 additions & 207 deletions DbUpdater/BlockChainParser.cs

This file was deleted.

106 changes: 0 additions & 106 deletions DbUpdater/JobScheduler.cs

This file was deleted.

Loading

0 comments on commit 6a767af

Please sign in to comment.