mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
* Update CRDT protobuf generation to create a .ts file * Move remaining .d.ts files to .ts * Fix remaining type errors * Ignore .d.ts files so we don't accidentally use them in the future * Add release notes
66 lines
858 B
Plaintext
66 lines
858 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/
|
|
|
|
# .d.ts files aren't type-checked with skipLibCheck set to true
|
|
*.d.ts
|