mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
26 lines
261 B
Plaintext
26 lines
261 B
Plaintext
# build output
|
|
dist/
|
|
.output/
|
|
|
|
# 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/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|