-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5cdac46
Showing
1,820 changed files
with
161,386 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the | ||
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose | ||
{ | ||
"name": "Actual development", | ||
"dockerComposeFile": [ | ||
"../docker-compose.yml", | ||
"docker-compose.yml" | ||
], | ||
// Alternatively: | ||
// "image": "mcr.microsoft.com/devcontainers/typescript-node:0-16", | ||
"service": "actual-development", | ||
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", | ||
"postCreateCommand": "yarn install" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: '3.8' | ||
services: | ||
actual-development: | ||
volumes: | ||
- ..:/workspaces:cached | ||
command: /bin/sh -c "while sleep 1000; do :; done" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# https://editorconfig.org | ||
|
||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 2 | ||
indent_style = space | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
packages/api/app/bundle.api.js | ||
packages/api/dist | ||
packages/api/@types | ||
packages/api/migrations | ||
|
||
packages/crdt/dist | ||
|
||
packages/desktop-client/bundle.browser.js | ||
packages/desktop-client/build/ | ||
packages/desktop-client/build-stats/ | ||
packages/desktop-client/public/kcab/ | ||
packages/desktop-client/public/data/ | ||
packages/desktop-client/**/node_modules/* | ||
packages/desktop-client/node_modules/ | ||
packages/desktop-client/src/icons/**/* | ||
packages/desktop-client/test-results/ | ||
|
||
packages/desktop-electron/client-build/ | ||
packages/desktop-electron/dist/ | ||
|
||
packages/import-ynab4/**/node_modules/* | ||
|
||
packages/import-ynab5/**/node_modules/* | ||
|
||
packages/loot-core/**/node_modules/* | ||
packages/loot-core/**/lib-dist/* | ||
packages/loot-core/**/proto/* |
Oops, something went wrong.