mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
These files will be automatically recreated by `yarn build:api`, `yarn build:browser`, and `yarn start:browser`, so we don’t need them in the repo.
22 lines
253 B
Plaintext
22 lines
253 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# testing
|
|
coverage
|
|
test-results
|
|
|
|
# production
|
|
build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env
|
|
npm-debug.log
|
|
|
|
*kcab.*
|
|
public/kcab
|
|
public/data
|
|
public/data-file-index.txt
|