mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 00:26:15 -06:00
Check robots.txt as well, add tests
This commit is contained in:
parent
cd6e6c80db
commit
6741d4d3fe
20 changed files with 1400 additions and 39 deletions
15
vendor/github.com/temoto/robotstxt/.gitignore
generated
vendored
Normal file
15
vendor/github.com/temoto/robotstxt/.gitignore
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
*.cgo?.*
|
||||
*.o
|
||||
*.so
|
||||
*.sublime-*
|
||||
*.zip
|
||||
.DS_Store
|
||||
.idea/
|
||||
.tags*
|
||||
_cgo_*
|
||||
_gofuzz/crashers/
|
||||
_gofuzz/suppressions/
|
||||
_obj
|
||||
_test
|
||||
coverage.txt
|
||||
robots.txt-check/robots.txt-check
|
||||
Loading…
Add table
Add a link
Reference in a new issue