mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 06:03:01 -05:00
34 lines
396 B
Plaintext
34 lines
396 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# testing
|
|
coverage
|
|
test-results
|
|
playwright-report
|
|
|
|
# production
|
|
build
|
|
build-electron
|
|
build-stats
|
|
stats.json
|
|
|
|
# generated service worker
|
|
service-worker/
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env
|
|
npm-debug.log
|
|
.swc
|
|
|
|
*kcab.*
|
|
public/kcab
|
|
public/data
|
|
public/data-file-index.txt
|
|
public/*.wasm
|
|
|
|
# translations
|
|
locale/
|