mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 18:48:44 +00:00
* web/js: update page to allow users to read the "Why am I seeing this?", complete with a button to send them through after challenge completed, and a 30s timeout that does the same. * .gitignore: added .DS_store. * docs/docs/CHANGELOG: added to the Unreleased section as requested in code quality guidelines * web: pushing index_templ.go alongside this update. * package.json: added postcss to dependencies list. * package-lock: added postcss to dependencies * Revert "package-lock: added postcss to dependencies" This reverts commitbf02e7ba56. * Revert "package.json: added postcss to dependencies list." This reverts commit1a38c63049. * web/js: OG comments are important --------- Signed-off-by: Xe Iaso <me@xeiaso.net> Co-authored-by: Xe Iaso <me@xeiaso.net>
12 lines
95 B
Plaintext
12 lines
95 B
Plaintext
.env
|
|
*.deb
|
|
*.rpm
|
|
|
|
# Go binaries and test artifacts
|
|
main
|
|
*.test
|
|
|
|
node_modules
|
|
|
|
# MacOS
|
|
.DS_store |