Files
finance/.gitignore
GitHub Copilot 8058df41fd - removed .vscode from .gitignore to resolve #13
- updated libraries to further support #14
- feat: Add environment configuration files and update dependencies for Node adapter
2025-05-01 21:03:09 +00:00

30 lines
298 B
Plaintext

# build output
dist/
.output/
.astro/
.wrangler/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# IDE specific files
.idea/
*.swp
*.swo
# Test coverage
coverage/