mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
* Add configuration files to make tests runnable in VS Code * Add default configs/fix tests when run from VS Code * Fix typo * Add release notes
79 lines
1.3 KiB
Plaintext
79 lines
1.3 KiB
Plaintext
# Sample Data
|
|
/data/*
|
|
!data/.gitkeep
|
|
/data2
|
|
Actual-*
|
|
!actual-server.js
|
|
**/xcuserdata/*
|
|
export-2020-01-10.csv
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
**/*.log
|
|
|
|
# JavaScript
|
|
node_modules
|
|
packages/api/app/bundle.api.js
|
|
packages/api/app/stats.json
|
|
packages/api/dist
|
|
packages/api/@types
|
|
packages/crdt/dist
|
|
packages/desktop-client/build-stats
|
|
packages/desktop-client/dev-dist
|
|
packages/desktop-client/public/kcab
|
|
packages/desktop-client/locale
|
|
packages/desktop-client/playwright-report
|
|
packages/desktop-client/test-results
|
|
packages/desktop-electron/client-build
|
|
packages/desktop-electron/build
|
|
packages/desktop-electron/.electron-symbols
|
|
packages/desktop-electron/dist
|
|
packages/desktop-electron/loot-core
|
|
packages/desktop-client/service-worker
|
|
packages/plugins-service/dist
|
|
packages/loot-core/lib-dist
|
|
packages/sync-server/coverage
|
|
bundle.desktop.js
|
|
bundle.desktop.js.map
|
|
bundle.mobile.js
|
|
bundle.mobile.js.map
|
|
|
|
# Yarn
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# VSCode
|
|
.vscode/*
|
|
!.vscode/settings.default.json
|
|
|
|
# IntelliJ IDEA
|
|
.idea
|
|
|
|
# Misc
|
|
.#*
|
|
|
|
# Local Netlify folder
|
|
.netlify
|
|
|
|
# build output
|
|
package.tgz
|
|
|
|
# Fly.io configuration
|
|
fly.toml
|
|
|
|
# TypeScript cache
|
|
build/
|
|
|
|
# .d.ts files aren't type-checked with skipLibCheck set to true
|
|
*.d.ts
|
|
|
|
# Lage cache
|
|
.lage/
|