mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 14:40:13 -08:00
37 lines
421 B
Plaintext
37 lines
421 B
Plaintext
# build output
|
|
dist/
|
|
.output/
|
|
.astro/
|
|
.wrangler/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# vendor files
|
|
public/assets/fontawesome/
|
|
node_modules/@fortawesome/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# DevContainer environment files
|
|
.devcontainer/.env
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
# IDE specific files
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Test coverage
|
|
coverage/
|