browsertrix-crawler/.gitignore
Tessa Walsh 1325cc3868
Gracefully handle non-absolute path for create-login-profile --filename (#521)
Fixes #513 

If an absolute path isn't provided to the `create-login-profile`
entrypoint's `--filename` option, resolve the value given within
`/crawls/profiles`.

Also updates the docs cli-options section to include the
`create-login-profile` entrypoint and adjusts the script to
automatically generate this page accordingly.

---------
Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
2024-03-29 13:46:54 -07:00

12 lines
119 B
Text

*.pyc
__pycache__
*.egg-info/
collections/
node_modules/
crawls/
test-crawls/
.DS_Store
dist
scratch/
venv/
docs/venv/