Files
actual/packages/desktop-client/.gitignore
Michael Clark 37481535e7 ☁️ Fix server sync file download when server-files are in .config (#6010)
* fix server sync file download when server-files are in .config directory on linux

* extra security

* release notes

* putting it back after testing

* also accounting for directories

* derp
2025-10-27 20:11:40 +00:00

37 lines
436 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/
# service worker build output
dev-dist