Files
actual/.gitignore
Jed Fox c2c8c1719e Authenticate request for artifacts (#204)
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.
2023-05-15 17:47:10 -04:00

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