mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
* Update gitignore about .idea folder The .idea folder is generated by IntelliJ IDEA * Add integration with Nordigen * Fix linter * Use longer access to the account * Move normalizatoin of accounts to the backend side * Fix possibility to force remove account * Move normalization of transactions to the backend side * Fix Settings.js after merge * fix enableing bank sync * delete old Settings component * Use camelCase for nordigen/remove-account call * WIP refactor * Fix auto-selecting existing accounts * Fix unlinking accounts * Align to backend changes for Nordigen integration * Fix AnimatedLoading * Code review changes * Fix TZ date issue * rm mobile package * rm BankSync settings section * rm console.log * rm comment * applies some alignments from code review * applies some alignments from code review * Add prefix for nordigen specific functionality * Use arrow char * Add prefix for nordigen functionalities * Fix linter * Display only open accounts * Update packages/desktop-client/src/nordigen.js Co-authored-by: Jed Fox <git@jedfox.com> * Fix incorrect calc of TZ for endDate * Improved error checking * Fix throwing invalid-schema error * Fix for syncing large batches in Safari --------- Co-authored-by: Filip Stybel <filip.stybel@ynd.co> Co-authored-by: Leon Ebel <24588023+ebelleon@users.noreply.github.com> Co-authored-by: Jed Fox <git@jedfox.com>
32 lines
476 B
Plaintext
32 lines
476 B
Plaintext
/data/*
|
|
!data/.gitkeep
|
|
/data2
|
|
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
|