Initial commit - Basic bank transactions dashboard structure with Astro and TypeScript

This commit is contained in:
Peter Wood
2025-04-23 20:57:42 -04:00
parent b2dae7e868
commit 0060013561
19 changed files with 767 additions and 16 deletions

9
.gitignore vendored
View File

@@ -1,7 +1,6 @@
# build output
dist/
# generated types
.astro/
.output/
# dependencies
node_modules/
@@ -12,7 +11,6 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
@@ -20,5 +18,8 @@ pnpm-debug.log*
# macOS-specific files
.DS_Store
# jetbrains setting folder
# IDE specific files
.idea/
.vscode/
*.swp
*.swo