mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:00:06 -05:00
# Add ability to filter the Manage Payees screen to show orphaned payees only. I aimed to modify as little code as possible - we now have a button on the Manage Payees screen that will filter the table to show orphaned payees only.
36 lines
512 B
Plaintext
36 lines
512 B
Plaintext
/data/*
|
|
!data/.gitkeep
|
|
/data2
|
|
packages/api/dist
|
|
packages/desktop-electron/client-build
|
|
packages/desktop-electron/.electron-symbols
|
|
packages/desktop-electron/dist
|
|
packages/desktop-electron/loot-core
|
|
node_modules
|
|
.DS_Store
|
|
lerna-debug.log
|
|
Actual-*
|
|
.#*
|
|
**/xcuserdata/*
|
|
.secret-tokens
|
|
bundle.desktop.js
|
|
bundle.desktop.js.map
|
|
bundle.mobile.js
|
|
bundle.mobile.js.map
|
|
export-2020-01-10.csv
|
|
.idea
|
|
|
|
**/*.log
|
|
|
|
# Yarn
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# VSCode
|
|
.vscode
|