Files
tinyauth/.gitignore
Nico a576e915b4 refactor(continue-page): simplify useEffect to avoid unnecessary dependencies (#641)
* refactor(continue-page): simplify useEffect to avoid unnecessary dependencies

* fix: use the href of the url object instead of the object iself as the
dep in the callback

---------

Co-authored-by: Stavros <steveiliop56@gmail.com>
2026-02-15 19:58:05 +02:00

45 lines
411 B
Plaintext

# dist
/internal/assets/dist
# binaries
/tinyauth
/tinyauth-arm64
/tinyauth-amd64
# test docker compose
/docker-compose.test*
# users file
/users.txt
# secret test file
/secret*
# apple stuff
.DS_Store
# env
/.env
# tmp directory
/tmp
# data directory
/data
# config file
/config.yml
# binary out
/tinyauth.db
/resources
# debug files
__debug_*
# infisical
/.infisical.json
# traefik data
/traefik