Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyek committed Apr 1, 2024
1 parent 5afc876 commit 0244896
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 616 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
.DS_Store
.env.local
**/bin
**/obj
node_modules
5 changes: 0 additions & 5 deletions .npmrc

This file was deleted.

Binary file removed bun.lockb
Binary file not shown.
7 changes: 0 additions & 7 deletions notes

This file was deleted.

19 changes: 0 additions & 19 deletions package.json

This file was deleted.

175 changes: 0 additions & 175 deletions projects/.gitignore

This file was deleted.

5 changes: 2 additions & 3 deletions projects/scrape-txs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
*raw-transactions.json
transactions.json
config.json
node_modules/
dist/
88 changes: 0 additions & 88 deletions projects/scrape-txs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion projects/scrape-txs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"playwright": "1.41.1",
"playwright-aws-lambda": "^0.10.0",
"ts-pattern": "^5.0.8",
"ynab": "^2.2.0",
"zod": "^3.22.4"
}
}
8 changes: 0 additions & 8 deletions projects/scrape-txs/src/console.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import dayjs from 'dayjs';
import { program } from 'commander';
// import { updateYnab } from './lib/ynab';
import { configSchema } from './lib/config-schema';
import { bancoIndustrialScrape } from './lib/banco-industrial/scrape';
import { db } from './lib/db';
Expand Down Expand Up @@ -37,11 +36,4 @@ await bancoIndustrialScrape({
months,
});

// // await updateYnab({
// // ynabConfig: config.ynab,
// // bankKey: 'bancoIndustrialGt',
// // bankAccountsWithTransactions: biTransactions,
// // dryRun: true,
// // });

await db.destroy();
Loading

0 comments on commit 0244896

Please sign in to comment.