mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
* sync server as npm package * yarn lock * workflow * fix yml * fix script * named job better * imagine trusting an ai * pack and publish separately * v4 instead of v3 upload * dependencies * identifying the right package for uplaod * updating references * what * i see * here comes the glory * aaaand here it comes * perms * hmm * try changing scope * owner is invalid for git so have to go to npm instead * better names on workflow * package the api too * updates * rename to play better with gitignore * yarn * better * dont ignore me * yarn * readme * readme * release note * typo * updating to read package.json from fs rather than import to support more node versions * more ai autocomplete more problems
63 lines
786 B
Plaintext
63 lines
786 B
Plaintext
# Sample Data
|
|
/data/*
|
|
!data/.gitkeep
|
|
/data2
|
|
Actual-*
|
|
!actual-server.js
|
|
**/xcuserdata/*
|
|
export-2020-01-10.csv
|
|
|
|
# Secrets
|
|
.secret-tokens
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
**/*.log
|
|
|
|
# JavaScript
|
|
node_modules
|
|
packages/api/dist
|
|
packages/api/@types
|
|
packages/crdt/dist
|
|
packages/desktop-electron/client-build
|
|
packages/desktop-electron/build
|
|
packages/desktop-electron/.electron-symbols
|
|
packages/desktop-electron/dist
|
|
packages/desktop-electron/loot-core
|
|
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
|
|
|
|
# IntelliJ IDEA
|
|
.idea
|
|
|
|
# Misc
|
|
.#*
|
|
|
|
# Local Netlify folder
|
|
.netlify
|
|
|
|
# build output
|
|
package.tgz
|
|
|
|
# Fly.io configuration
|
|
fly.toml
|
|
|
|
# TypeScript cache
|
|
build/
|