mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-02-25 09:18:53 +01:00
* feat: check X-Robots-Tag when accessing /api/v1/instance or /nodeinfo endpoints respect X-Robots-Tag * chore: go fmt ./... * Check robots.txt as well, add tests --------- Co-authored-by: tobi <tobi.smethurst@protonmail.com>
15 lines
165 B
Text
15 lines
165 B
Text
*.cgo?.*
|
|
*.o
|
|
*.so
|
|
*.sublime-*
|
|
*.zip
|
|
.DS_Store
|
|
.idea/
|
|
.tags*
|
|
_cgo_*
|
|
_gofuzz/crashers/
|
|
_gofuzz/suppressions/
|
|
_obj
|
|
_test
|
|
coverage.txt
|
|
robots.txt-check/robots.txt-check
|