mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
Previously, the latest artifact list was requested unauthenticated using `ADD "https://api.github.com/..." /tmp/artifacts.json`. While this works locally, on GitHub’s servers it seems that the per-IP rate limit was exceeded. There isn’t a way to get Docker to pass the `Authorization` header that I know of, so this work has been moved to an external shell script that pulls down the relevant data.
32 lines
317 B
Plaintext
32 lines
317 B
Plaintext
.DS_Store
|
|
.#*
|
|
config.json
|
|
node_modules
|
|
log
|
|
supervise
|
|
bin/large-sync-data.txt
|
|
user-files
|
|
server-files
|
|
test-user-files
|
|
test-server-files
|
|
fly.toml
|
|
build/
|
|
*.crt
|
|
*.pem
|
|
*.key
|
|
artifacts.json
|
|
|
|
# Yarn
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
dist
|
|
.idea
|
|
/coverage
|
|
/coverage-e2e
|