mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
* Proof of concept for switching desktop-client to vite * Fix other packages ts tests issues * Update jsx tests to use vitest instead of jest * Inject our global shims properly * Add comment regarding new plugin * Cleanup unnessary change after rebase * Fix inter fonts pathing * Remove manual chunks sizes for now Just set the limit higher * Bring back size compare * Suppress victory warnings * Remove craco config now that it's not used * Add vite basic ssl plugin - This autogenerates self-signed certs in dev mode when HTTPS env is set - Made to match the CRA behaviour * Add release note * Remove warning suppression for victory - Updated to a rollup version that includes the fix
26 lines
295 B
Plaintext
26 lines
295 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# testing
|
|
coverage
|
|
test-results
|
|
|
|
# production
|
|
build
|
|
build-stats
|
|
stats.json
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env
|
|
npm-debug.log
|
|
.swc
|
|
|
|
*kcab.*
|
|
public/kcab
|
|
public/data
|
|
public/data-file-index.txt
|
|
public/*.wasm
|