[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2025-12-19 10:08:02 +00:00
parent 8581210845
commit c8fc3aa5e5
92 changed files with 2071319 additions and 2071140 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1766117797
},
"Trickest wordlist update": {
"last_update": 1766052489
"last_update": 1766138872
}
}

View file

@ -1,178 +1,178 @@
.env.example
SECURITY.md
LICENSE
package-lock.json
.styleci.yml
.editorconfig
resources/js/bootstrap.js
resources/js/app.js
resources/views/layouts/navigation.blade.php
resources/views/layouts/guest.blade.php
resources/views/layouts/app.blade.php
resources/views/auth/reset-password.blade.php
resources/views/auth/verify-email.blade.php
resources/views/auth/confirm-password.blade.php
resources/views/auth/register.blade.php
resources/views/auth/forgot-password.blade.php
resources/views/auth/login.blade.php
resources/views/components/input-error.blade.php
resources/views/components/nav-link.blade.php
resources/views/components/primary-button.blade.php
resources/views/components/dropdown.blade.php
resources/views/components/auth-card.blade.php
resources/views/components/modal.blade.php
resources/views/components/auth-validation-errors.blade.php
resources/views/components/button.blade.php
resources/views/components/secondary-button.blade.php
resources/views/components/application-logo.blade.php
resources/views/components/label.blade.php
resources/views/components/danger-button.blade.php
resources/views/components/input-label.blade.php
resources/views/components/input.blade.php
resources/views/components/text-input.blade.php
resources/views/components/dropdown-link.blade.php
resources/views/components/auth-session-status.blade.php
resources/views/components/responsive-nav-link.blade.php
resources/views/errors/429.blade.php
resources/views/errors/404.blade.php
resources/views/errors/419.blade.php
resources/views/errors/500.blade.php
resources/views/errors/401.blade.php
resources/views/errors/503.blade.php
resources/views/errors/minimal.blade.php
resources/views/errors/403.blade.php
resources/views/errors/layout.blade.php
resources/views/dashboard.blade.php
resources/views/vendor/notifications/email.blade.php
resources/views/vendor/mail/text/table.blade.php
resources/views/vendor/mail/text/button.blade.php
resources/views/vendor/mail/text/header.blade.php
resources/views/vendor/mail/text/message.blade.php
resources/views/vendor/mail/text/subcopy.blade.php
resources/views/vendor/mail/text/footer.blade.php
resources/views/vendor/mail/text/panel.blade.php
resources/views/vendor/mail/text/layout.blade.php
resources/views/vendor/mail/html/table.blade.php
resources/views/vendor/mail/html/button.blade.php
resources/views/vendor/mail/html/header.blade.php
resources/views/vendor/mail/html/message.blade.php
resources/views/vendor/mail/html/subcopy.blade.php
resources/views/vendor/mail/html/footer.blade.php
resources/views/vendor/mail/html/panel.blade.php
resources/views/vendor/mail/html/layout.blade.php
resources/views/vendor/pagination/simple-bootstrap-5.blade.php
resources/views/vendor/pagination/tailwind.blade.php
resources/views/vendor/pagination/bootstrap-5.blade.php
resources/views/vendor/pagination/default.blade.php
resources/views/vendor/pagination/simple-bootstrap-4.blade.php
resources/views/vendor/pagination/bootstrap-4.blade.php
resources/views/vendor/pagination/semantic-ui.blade.php
resources/views/vendor/pagination/simple-tailwind.blade.php
resources/views/vendor/pagination/simple-default.blade.php
resources/views/welcome.blade.php
resources/views/profile/edit.blade.php
resources/views/profile/partials/delete-user-form.blade.php
resources/views/profile/partials/update-profile-information-form.blade.php
resources/views/profile/partials/update-password-form.blade.php
app/Console/Kernel.php
app/Models/User.php
app/Composer.php
app/Http/Kernel.php
app/Http/Requests/Auth/LoginRequest.php
app/Http/Requests/ProfileUpdateRequest.php
app/Http/Middleware/VerifyCsrfToken.php
app/Http/Middleware/RedirectIfAuthenticated.php
app/Http/Middleware/EncryptCookies.php
app/Http/Middleware/TrimStrings.php
app/Http/Middleware/PreventRequestsDuringMaintenance.php
app/Http/Middleware/TrustProxies.php
app/Http/Middleware/EnsureEmailIsVerified.php
app/Http/Middleware/Authenticate.php
app/Http/Middleware/SetLocale.php
app/Http/Middleware/TrustHosts.php
app/Http/Controllers/Auth/PasswordResetLinkController.php
app/Http/Controllers/Auth/VerifyEmailController.php
app/Http/Controllers/Auth/RegisteredUserController.php
app/Http/Controllers/Auth/EmailVerificationNotificationController.php
app/Http/Controllers/Auth/ConfirmablePasswordController.php
app/Http/Controllers/Auth/AuthenticatedSessionController.php
app/Http/Controllers/Auth/EmailVerificationPromptController.php
app/Http/Controllers/Auth/NewPasswordController.php
app/Http/Controllers/Auth/PasswordController.php
app/Http/Controllers/ProfileController.php
app/Http/Controllers/Controller.php
app/Exceptions/Handler.php
app/Providers/RouteServiceProvider.php
app/Providers/BroadcastServiceProvider.php
app/Providers/EventServiceProvider.php
app/Providers/AppServiceProvider.php
app/Providers/AuthServiceProvider.php
app/View/Components/GuestLayout.php
app/View/Components/AppLayout.php
routes/api.php
routes/web.php
routes/auth.php
routes/channels.php
routes/console.php
tests/TestCase.php
tests/CreatesApplication.php
tests/Unit/ExampleTest.php
tests/Feature/Auth/AuthenticationTest.php
tests/Feature/Auth/PasswordConfirmationTest.php
tests/Feature/Auth/PasswordResetTest.php
tests/Feature/Auth/RegistrationTest.php
tests/Feature/Auth/PasswordUpdateTest.php
tests/Feature/Auth/EmailVerificationTest.php
tests/Feature/ProfileTest.php
tests/Feature/ExampleTest.php
vite.config.js
docker-compose.yml
config/tinker.php
config/services.php
config/hashing.php
config/shop.php
config/ignition.php
config/flare.php
config/auth.php
config/app.php
config/session.php
config/view.php
config/cache.php
config/sanctum.php
config/view.php
config/filesystems.php
config/database.php
config/cors.php
config/filesystems.php
config/mail.php
config/cache.php
config/logging.php
config/broadcasting.php
config/auth.php
config/shop.php
config/queue.php
config/flare.php
.gitattributes
packages/.gitkeep
public/js/app.js
public/index.php
config/tinker.php
config/logging.php
config/mail.php
config/ignition.php
config/services.php
config/broadcasting.php
config/session.php
tests/Feature/Auth/EmailVerificationTest.php
tests/Feature/Auth/PasswordUpdateTest.php
tests/Feature/Auth/PasswordResetTest.php
tests/Feature/Auth/PasswordConfirmationTest.php
tests/Feature/Auth/AuthenticationTest.php
tests/Feature/Auth/RegistrationTest.php
tests/Feature/ProfileTest.php
tests/Feature/ExampleTest.php
tests/CreatesApplication.php
tests/TestCase.php
tests/Unit/ExampleTest.php
bootstrap/app.php
.styleci.yml
vite.config.js
artisan
public/mix-manifest.json
public/.htaccess
public/index.php
public/robots.txt
public/build/assets/app-CAiCLEjY.js
public/build/manifest.json
public/robots.txt
public/mix-manifest.json
phpunit.xml
public/js/app.js
resources/js/bootstrap.js
resources/js/app.js
resources/views/welcome.blade.php
resources/views/dashboard.blade.php
resources/views/auth/reset-password.blade.php
resources/views/auth/verify-email.blade.php
resources/views/auth/login.blade.php
resources/views/auth/forgot-password.blade.php
resources/views/auth/register.blade.php
resources/views/auth/confirm-password.blade.php
resources/views/vendor/mail/text/button.blade.php
resources/views/vendor/mail/text/footer.blade.php
resources/views/vendor/mail/text/layout.blade.php
resources/views/vendor/mail/text/subcopy.blade.php
resources/views/vendor/mail/text/header.blade.php
resources/views/vendor/mail/text/panel.blade.php
resources/views/vendor/mail/text/message.blade.php
resources/views/vendor/mail/text/table.blade.php
resources/views/vendor/mail/html/button.blade.php
resources/views/vendor/mail/html/footer.blade.php
resources/views/vendor/mail/html/layout.blade.php
resources/views/vendor/mail/html/subcopy.blade.php
resources/views/vendor/mail/html/header.blade.php
resources/views/vendor/mail/html/panel.blade.php
resources/views/vendor/mail/html/message.blade.php
resources/views/vendor/mail/html/table.blade.php
resources/views/vendor/notifications/email.blade.php
resources/views/vendor/pagination/tailwind.blade.php
resources/views/vendor/pagination/simple-tailwind.blade.php
resources/views/vendor/pagination/default.blade.php
resources/views/vendor/pagination/semantic-ui.blade.php
resources/views/vendor/pagination/simple-bootstrap-5.blade.php
resources/views/vendor/pagination/bootstrap-4.blade.php
resources/views/vendor/pagination/simple-bootstrap-4.blade.php
resources/views/vendor/pagination/bootstrap-5.blade.php
resources/views/vendor/pagination/simple-default.blade.php
resources/views/components/modal.blade.php
resources/views/components/text-input.blade.php
resources/views/components/danger-button.blade.php
resources/views/components/input-label.blade.php
resources/views/components/secondary-button.blade.php
resources/views/components/nav-link.blade.php
resources/views/components/button.blade.php
resources/views/components/input-error.blade.php
resources/views/components/primary-button.blade.php
resources/views/components/application-logo.blade.php
resources/views/components/label.blade.php
resources/views/components/input.blade.php
resources/views/components/responsive-nav-link.blade.php
resources/views/components/auth-validation-errors.blade.php
resources/views/components/dropdown-link.blade.php
resources/views/components/auth-card.blade.php
resources/views/components/auth-session-status.blade.php
resources/views/components/dropdown.blade.php
resources/views/errors/401.blade.php
resources/views/errors/419.blade.php
resources/views/errors/layout.blade.php
resources/views/errors/403.blade.php
resources/views/errors/429.blade.php
resources/views/errors/minimal.blade.php
resources/views/errors/404.blade.php
resources/views/errors/500.blade.php
resources/views/errors/503.blade.php
resources/views/layouts/guest.blade.php
resources/views/layouts/navigation.blade.php
resources/views/layouts/app.blade.php
resources/views/profile/partials/update-password-form.blade.php
resources/views/profile/partials/update-profile-information-form.blade.php
resources/views/profile/partials/delete-user-form.blade.php
resources/views/profile/edit.blade.php
README.md
package.json
database/seeders/DatabaseSeeder.php
database/factories/UserFactory.php
database/migrations/2014_10_12_000000_create_users_table.php
database/migrations/2014_10_12_100000_create_password_resets_table.php
database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
database/migrations/2019_08_19_000000_create_failed_jobs_table.php
lang/en.json
lang/de/validation.php
lang/de/pagination.php
lang/de/passwords.php
lang/de/auth.php
SECURITY.md
lang/en/auth.php
lang/en/validation.php
lang/en/pagination.php
lang/en/passwords.php
lang/en/auth.php
bootstrap/app.php
lang/en.json
lang/de/auth.php
lang/de/validation.php
lang/de/pagination.php
lang/de/passwords.php
.editorconfig
LICENSE
docker-compose.yml
database/seeders/DatabaseSeeder.php
database/factories/UserFactory.php
database/migrations/2014_10_12_100000_create_password_resets_table.php
database/migrations/2014_10_12_000000_create_users_table.php
database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
database/migrations/2019_08_19_000000_create_failed_jobs_table.php
.gitattributes
routes/auth.php
routes/console.php
routes/api.php
routes/channels.php
routes/web.php
.env.example
phpunit.xml
app/Providers/AuthServiceProvider.php
app/Providers/AppServiceProvider.php
app/Providers/EventServiceProvider.php
app/Providers/RouteServiceProvider.php
app/Providers/BroadcastServiceProvider.php
app/Models/User.php
app/Console/Kernel.php
app/Composer.php
app/Exceptions/Handler.php
app/Http/Kernel.php
app/Http/Requests/Auth/LoginRequest.php
app/Http/Requests/ProfileUpdateRequest.php
app/Http/Middleware/RedirectIfAuthenticated.php
app/Http/Middleware/EnsureEmailIsVerified.php
app/Http/Middleware/Authenticate.php
app/Http/Middleware/SetLocale.php
app/Http/Middleware/PreventRequestsDuringMaintenance.php
app/Http/Middleware/VerifyCsrfToken.php
app/Http/Middleware/EncryptCookies.php
app/Http/Middleware/TrustProxies.php
app/Http/Middleware/TrimStrings.php
app/Http/Middleware/TrustHosts.php
app/Http/Controllers/Auth/EmailVerificationNotificationController.php
app/Http/Controllers/Auth/AuthenticatedSessionController.php
app/Http/Controllers/Auth/RegisteredUserController.php
app/Http/Controllers/Auth/EmailVerificationPromptController.php
app/Http/Controllers/Auth/ConfirmablePasswordController.php
app/Http/Controllers/Auth/PasswordResetLinkController.php
app/Http/Controllers/Auth/PasswordController.php
app/Http/Controllers/Auth/NewPasswordController.php
app/Http/Controllers/Auth/VerifyEmailController.php
app/Http/Controllers/ProfileController.php
app/Http/Controllers/Controller.php
app/View/Components/GuestLayout.php
app/View/Components/AppLayout.php
package-lock.json
packages/.gitkeep
composer.json
artisan
package.json

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,44 @@
.env.example
config/auth.php
auth.php
config/app.php
app.php
config/cache.php
cache.php
config/filesystems.php
filesystems.php
config/database.php
database.php
config/queue.php
queue.php
config/logging.php
logging.php
config/mail.php
mail.php
config/services.php
services.php
config/session.php
session.php
tests/Feature/ExampleTest.php
Feature/ExampleTest.php
ExampleTest.php
tests/TestCase.php
TestCase.php
tests/Unit/ExampleTest.php
Unit/ExampleTest.php
ExampleTest.php
bootstrap/app.php
app.php
bootstrap/providers.php
providers.php
.styleci.yml
.editorconfig
vite.config.js
artisan
public/.htaccess
.htaccess
public/index.php
index.php
public/robots.txt
robots.txt
resources/js/bootstrap.js
js/bootstrap.js
bootstrap.js
@ -10,59 +48,9 @@ app.js
resources/views/welcome.blade.php
views/welcome.blade.php
welcome.blade.php
app/Models/User.php
Models/User.php
User.php
app/Http/Controllers/Controller.php
Http/Controllers/Controller.php
Controllers/Controller.php
Controller.php
app/Providers/AppServiceProvider.php
Providers/AppServiceProvider.php
AppServiceProvider.php
routes/web.php
web.php
routes/console.php
console.php
tests/TestCase.php
TestCase.php
tests/Unit/ExampleTest.php
Unit/ExampleTest.php
ExampleTest.php
tests/Feature/ExampleTest.php
Feature/ExampleTest.php
ExampleTest.php
vite.config.js
config/services.php
services.php
config/app.php
app.php
config/session.php
session.php
config/database.php
database.php
config/filesystems.php
filesystems.php
config/mail.php
mail.php
config/cache.php
cache.php
config/logging.php
logging.php
config/auth.php
auth.php
config/queue.php
queue.php
.gitattributes
public/index.php
index.php
public/.htaccess
.htaccess
public/robots.txt
robots.txt
phpunit.xml
README.md
package.json
.editorconfig
CHANGELOG.md
database/seeders/DatabaseSeeder.php
seeders/DatabaseSeeder.php
DatabaseSeeder.php
@ -72,16 +60,28 @@ UserFactory.php
database/migrations/0001_01_01_000001_create_cache_table.php
migrations/0001_01_01_000001_create_cache_table.php
0001_01_01_000001_create_cache_table.php
database/migrations/0001_01_01_000000_create_users_table.php
migrations/0001_01_01_000000_create_users_table.php
0001_01_01_000000_create_users_table.php
database/migrations/0001_01_01_000002_create_jobs_table.php
migrations/0001_01_01_000002_create_jobs_table.php
0001_01_01_000002_create_jobs_table.php
CHANGELOG.md
bootstrap/app.php
app.php
bootstrap/providers.php
providers.php
database/migrations/0001_01_01_000000_create_users_table.php
migrations/0001_01_01_000000_create_users_table.php
0001_01_01_000000_create_users_table.php
.gitattributes
routes/console.php
console.php
routes/web.php
web.php
.env.example
phpunit.xml
app/Providers/AppServiceProvider.php
Providers/AppServiceProvider.php
AppServiceProvider.php
app/Models/User.php
Models/User.php
User.php
app/Http/Controllers/Controller.php
Http/Controllers/Controller.php
Controllers/Controller.php
Controller.php
composer.json
artisan
package.json

View file

@ -1,42 +1,42 @@
.env.example
config/auth.php
config/app.php
config/cache.php
config/filesystems.php
config/database.php
config/queue.php
config/logging.php
config/mail.php
config/services.php
config/session.php
tests/Feature/ExampleTest.php
tests/TestCase.php
tests/Unit/ExampleTest.php
bootstrap/app.php
bootstrap/providers.php
.styleci.yml
.editorconfig
vite.config.js
artisan
public/.htaccess
public/index.php
public/robots.txt
resources/js/bootstrap.js
resources/js/app.js
resources/views/welcome.blade.php
app/Models/User.php
app/Http/Controllers/Controller.php
app/Providers/AppServiceProvider.php
routes/web.php
routes/console.php
tests/TestCase.php
tests/Unit/ExampleTest.php
tests/Feature/ExampleTest.php
vite.config.js
config/services.php
config/app.php
config/session.php
config/database.php
config/filesystems.php
config/mail.php
config/cache.php
config/logging.php
config/auth.php
config/queue.php
.gitattributes
public/index.php
public/.htaccess
public/robots.txt
phpunit.xml
README.md
package.json
.editorconfig
CHANGELOG.md
database/seeders/DatabaseSeeder.php
database/factories/UserFactory.php
database/migrations/0001_01_01_000001_create_cache_table.php
database/migrations/0001_01_01_000000_create_users_table.php
database/migrations/0001_01_01_000002_create_jobs_table.php
CHANGELOG.md
bootstrap/app.php
bootstrap/providers.php
database/migrations/0001_01_01_000000_create_users_table.php
.gitattributes
routes/console.php
routes/web.php
.env.example
phpunit.xml
app/Providers/AppServiceProvider.php
app/Models/User.php
app/Http/Controllers/Controller.php
composer.json
artisan
package.json

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,50 +1,50 @@
SECURITY.md
LICENSE.md
CONTRIBUTING.md
index.php
.htaccess
lib/Pico.php
Pico.php
config/config.yml.template
config.yml.template
lib/PicoTwigExtension.php
PicoTwigExtension.php
lib/PicoPluginInterface.php
PicoPluginInterface.php
lib/AbstractPicoPlugin.php
AbstractPicoPlugin.php
config/config.yml.template
config.yml.template
.gitattributes
index.php.dist
content-sample/theme.md
theme.md
lib/Pico.php
Pico.php
.phpcs.xml
.htaccess
LICENSE.md
content-sample/_meta.md
_meta.md
content-sample/theme.md
theme.md
content-sample/index.md
index.md
content-sample/404.md
404.md
content-sample/sub/page.md
sub/page.md
page.md
content-sample/sub/index.md
sub/index.md
index.md
content-sample/index.md
index.md
.build/init.sh.inc
init.sh.inc
.build/install.sh
install.sh
.build/deploy-release.sh
deploy-release.sh
content-sample/sub/page.md
sub/page.md
page.md
README.md
SECURITY.md
CHANGELOG.md
plugins/DummyPlugin.php
DummyPlugin.php
index.php
.build/deploy-branch.sh
deploy-branch.sh
.build/install.sh
install.sh
.build/init.sh.inc
init.sh.inc
.build/deploy-release.sh
deploy-release.sh
.build/clean.sh
clean.sh
.build/release.sh
release.sh
.gitattributes
.phpdoc.xml
README.md
CHANGELOG.md
.phpcs.xml
composer.json
plugins/DummyPlugin.php
DummyPlugin.php
index.php.dist
CONTRIBUTING.md
composer.json

View file

@ -1,30 +1,30 @@
SECURITY.md
LICENSE.md
CONTRIBUTING.md
index.php
.htaccess
lib/Pico.php
config/config.yml.template
lib/PicoTwigExtension.php
lib/PicoPluginInterface.php
lib/AbstractPicoPlugin.php
config/config.yml.template
.gitattributes
index.php.dist
content-sample/theme.md
lib/Pico.php
.phpcs.xml
.htaccess
LICENSE.md
content-sample/_meta.md
content-sample/404.md
content-sample/sub/page.md
content-sample/sub/index.md
content-sample/theme.md
content-sample/index.md
.build/init.sh.inc
.build/install.sh
.build/deploy-release.sh
content-sample/404.md
content-sample/sub/index.md
content-sample/sub/page.md
README.md
SECURITY.md
CHANGELOG.md
plugins/DummyPlugin.php
index.php
.build/deploy-branch.sh
.build/install.sh
.build/init.sh.inc
.build/deploy-release.sh
.build/clean.sh
.build/release.sh
.gitattributes
.phpdoc.xml
README.md
CHANGELOG.md
.phpcs.xml
composer.json
plugins/DummyPlugin.php
index.php.dist
CONTRIBUTING.md
composer.json

File diff suppressed because it is too large Load diff

View file

@ -1,88 +1,79 @@
config/auth.php
auth.php
config/app.php
app.php
config/cache.php
cache.php
config/view.php
view.php
config/filesystems.php
filesystems.php
config/scout.php
scout.php
config/database.php
database.php
config/httpcache.php
httpcache.php
config/queue.php
queue.php
config/logging.php
logging.php
config/image.php
image.php
config/streams.php
streams.php
config/compile.php
compile.php
config/mail.php
mail.php
config/services.php
services.php
config/broadcasting.php
broadcasting.php
config/session.php
session.php
config/debugbar.php
debugbar.php
nginx_app.conf
addons/.gitkeep
.gitkeep
Procfile
tests/TestCase.php
TestCase.php
bootstrap/app.php
app.php
bootstrap/autoload.php
autoload.php
artisan
build.xml
LICENSE.md
CONTRIBUTING.md
.editorconfig
public/.htaccess
.htaccess
public/index.php
index.php
resources/assets/sass/app.scss
assets/sass/app.scss
sass/app.scss
app.scss
resources/assets/sass/variables.scss
assets/sass/variables.scss
sass/variables.scss
variables.scss
resources/assets/js/bootstrap.js
assets/js/bootstrap.js
js/bootstrap.js
bootstrap.js
resources/assets/js/app.js
assets/js/app.js
js/app.js
app.js
resources/assets/js/components/Example.vue
assets/js/components/Example.vue
js/components/Example.vue
components/Example.vue
Example.vue
resources/assets/js/app.js
assets/js/app.js
js/app.js
app.js
resources/assets/sass/variables.scss
assets/sass/variables.scss
sass/variables.scss
variables.scss
resources/assets/sass/app.scss
assets/sass/app.scss
sass/app.scss
app.scss
resources/views/errors/503.blade.php
views/errors/503.blade.php
errors/503.blade.php
503.blade.php
resources/views/vendor/.gitkeep
views/vendor/.gitkeep
vendor/.gitkeep
.gitkeep
resources/views/welcome.blade.php
views/welcome.blade.php
welcome.blade.php
resources/lang/ar/validation.php
lang/ar/validation.php
ar/validation.php
validation.php
resources/lang/ar/pagination.php
lang/ar/pagination.php
ar/pagination.php
pagination.php
resources/lang/ar/passwords.php
lang/ar/passwords.php
ar/passwords.php
passwords.php
resources/lang/ar/auth.php
lang/ar/auth.php
ar/auth.php
auth.php
resources/lang/tr/validation.php
lang/tr/validation.php
tr/validation.php
validation.php
resources/lang/tr/pagination.php
lang/tr/pagination.php
tr/pagination.php
pagination.php
resources/lang/tr/passwords.php
lang/tr/passwords.php
tr/passwords.php
passwords.php
resources/lang/tr/auth.php
lang/tr/auth.php
tr/auth.php
auth.php
resources/lang/fa/validation.php
lang/fa/validation.php
fa/validation.php
validation.php
resources/lang/fa/pagination.php
lang/fa/pagination.php
fa/pagination.php
pagination.php
resources/lang/fa/passwords.php
lang/fa/passwords.php
fa/passwords.php
passwords.php
resources/lang/fa/auth.php
lang/fa/auth.php
fa/auth.php
resources/lang/en/auth.php
lang/en/auth.php
en/auth.php
auth.php
resources/lang/en/validation.php
lang/en/validation.php
@ -96,14 +87,54 @@ resources/lang/en/passwords.php
lang/en/passwords.php
en/passwords.php
passwords.php
resources/lang/en/auth.php
lang/en/auth.php
en/auth.php
resources/lang/ar/auth.php
lang/ar/auth.php
ar/auth.php
auth.php
resources/streams/config/addons.php
streams/config/addons.php
config/addons.php
addons.php
resources/lang/ar/validation.php
lang/ar/validation.php
ar/validation.php
validation.php
resources/lang/ar/pagination.php
lang/ar/pagination.php
ar/pagination.php
pagination.php
resources/lang/ar/passwords.php
lang/ar/passwords.php
ar/passwords.php
passwords.php
resources/lang/tr/auth.php
lang/tr/auth.php
tr/auth.php
auth.php
resources/lang/tr/validation.php
lang/tr/validation.php
tr/validation.php
validation.php
resources/lang/tr/pagination.php
lang/tr/pagination.php
tr/pagination.php
pagination.php
resources/lang/tr/passwords.php
lang/tr/passwords.php
tr/passwords.php
passwords.php
resources/lang/fa/auth.php
lang/fa/auth.php
fa/auth.php
auth.php
resources/lang/fa/validation.php
lang/fa/validation.php
fa/validation.php
validation.php
resources/lang/fa/pagination.php
lang/fa/pagination.php
fa/pagination.php
pagination.php
resources/lang/fa/passwords.php
lang/fa/passwords.php
fa/passwords.php
passwords.php
resources/streams/config/themes.php
streams/config/themes.php
config/themes.php
@ -116,151 +147,123 @@ resources/streams/config/distribution.php
streams/config/distribution.php
config/distribution.php
distribution.php
app.json
app/README.md
resources/streams/config/addons.php
streams/config/addons.php
config/addons.php
addons.php
resources/views/welcome.blade.php
views/welcome.blade.php
welcome.blade.php
resources/views/vendor/.gitkeep
views/vendor/.gitkeep
vendor/.gitkeep
.gitkeep
resources/views/errors/503.blade.php
views/errors/503.blade.php
errors/503.blade.php
503.blade.php
README.md
app/Providers/RouteServiceProvider.php
Providers/RouteServiceProvider.php
RouteServiceProvider.php
app/Providers/BroadcastServiceProvider.php
Providers/BroadcastServiceProvider.php
BroadcastServiceProvider.php
app/Providers/EventServiceProvider.php
Providers/EventServiceProvider.php
EventServiceProvider.php
app/Providers/AppServiceProvider.php
Providers/AppServiceProvider.php
AppServiceProvider.php
app/Providers/AuthServiceProvider.php
Providers/AuthServiceProvider.php
AuthServiceProvider.php
routes/api.php
api.php
routes/web.php
web.php
routes/console.php
console.php
tests/TestCase.php
TestCase.php
Envoy.blade.php
docs/en/02.prologue.md
en/02.prologue.md
02.prologue.md
Procfile
server.php
.editorconfig
docs/en/01.index.md
en/01.index.md
01.index.md
docs/en/01.prologue/01.index.md
en/01.prologue/01.index.md
01.prologue/01.index.md
01.index.md
docs/en/01.prologue/06.addon-marketplace.md
en/01.prologue/06.addon-marketplace.md
01.prologue/06.addon-marketplace.md
06.addon-marketplace.md
docs/en/01.prologue/03.change-log.md
en/01.prologue/03.change-log.md
01.prologue/03.change-log.md
03.change-log.md
docs/en/01.prologue/02.release-notes.md
en/01.prologue/02.release-notes.md
01.prologue/02.release-notes.md
02.release-notes.md
docs/en/01.prologue/05.contribution-guide.md
en/01.prologue/05.contribution-guide.md
01.prologue/05.contribution-guide.md
05.contribution-guide.md
docs/en/01.prologue/04.upgrade-guide.md
en/01.prologue/04.upgrade-guide.md
01.prologue/04.upgrade-guide.md
04.upgrade-guide.md
docs/en/02.getting-started/01.index.md
en/02.getting-started/01.index.md
02.getting-started/01.index.md
01.index.md
docs/en/02.getting-started/04.directory-structure.md
en/02.getting-started/04.directory-structure.md
02.getting-started/04.directory-structure.md
04.directory-structure.md
docs/en/02.getting-started/03.configuration.md
en/02.getting-started/03.configuration.md
02.getting-started/03.configuration.md
03.configuration.md
docs/en/02.getting-started/05.managing-addons.md
en/02.getting-started/05.managing-addons.md
02.getting-started/05.managing-addons.md
05.managing-addons.md
docs/en/02.getting-started/02.installation.md
en/02.getting-started/02.installation.md
02.getting-started/02.installation.md
02.installation.md
docs/en/02.getting-started/09.optimizing.md
en/02.getting-started/09.optimizing.md
02.getting-started/09.optimizing.md
09.optimizing.md
docs/en/02.getting-started/10.error-logging.md
en/02.getting-started/10.error-logging.md
02.getting-started/10.error-logging.md
10.error-logging.md
docs/en/02.getting-started/08.deployment.md
en/02.getting-started/08.deployment.md
02.getting-started/08.deployment.md
08.deployment.md
docs/en/04.the-basics/07.pages.md
en/04.the-basics/07.pages.md
04.the-basics/07.pages.md
07.pages.md
docs/en/04.the-basics/01.index.md
en/04.the-basics/01.index.md
04.the-basics/01.index.md
01.index.md
docs/en/04.the-basics/14.preferences.md
en/04.the-basics/14.preferences.md
04.the-basics/14.preferences.md
14.preferences.md
docs/en/04.the-basics/13.settings.md
en/04.the-basics/13.settings.md
04.the-basics/13.settings.md
13.settings.md
docs/en/04.the-basics/15.redirects.md
en/04.the-basics/15.redirects.md
04.the-basics/15.redirects.md
15.redirects.md
docs/en/04.the-basics/08.posts.md
en/04.the-basics/08.posts.md
04.the-basics/08.posts.md
08.posts.md
docs/en/04.the-basics/12.variables.md
en/04.the-basics/12.variables.md
04.the-basics/12.variables.md
12.variables.md
docs/en/04.the-basics/03.control-panel.md
en/04.the-basics/03.control-panel.md
04.the-basics/03.control-panel.md
03.control-panel.md
docs/en/04.the-basics/10.files.md
en/04.the-basics/10.files.md
04.the-basics/10.files.md
10.files.md
docs/en/04.the-basics/09.blocks.md
en/04.the-basics/09.blocks.md
04.the-basics/09.blocks.md
09.blocks.md
docs/en/04.the-basics/06.templating.md
en/04.the-basics/06.templating.md
04.the-basics/06.templating.md
06.templating.md
docs/en/04.the-basics/11.users.md
en/04.the-basics/11.users.md
04.the-basics/11.users.md
11.users.md
docs/en/04.the-basics/16.localization.md
en/04.the-basics/16.localization.md
04.the-basics/16.localization.md
16.localization.md
docs/en/04.the-basics/05.addons.md
en/04.the-basics/05.addons.md
04.the-basics/05.addons.md
05.addons.md
docs/en/04.the-basics/09.blocks.md
en/04.the-basics/09.blocks.md
04.the-basics/09.blocks.md
09.blocks.md
docs/en/04.the-basics/11.users.md
en/04.the-basics/11.users.md
04.the-basics/11.users.md
11.users.md
docs/en/04.the-basics/13.settings.md
en/04.the-basics/13.settings.md
04.the-basics/13.settings.md
13.settings.md
docs/en/04.the-basics/03.control-panel.md
en/04.the-basics/03.control-panel.md
04.the-basics/03.control-panel.md
03.control-panel.md
docs/en/04.the-basics/01.index.md
en/04.the-basics/01.index.md
04.the-basics/01.index.md
01.index.md
docs/en/04.the-basics/10.files.md
en/04.the-basics/10.files.md
04.the-basics/10.files.md
10.files.md
docs/en/04.the-basics/08.posts.md
en/04.the-basics/08.posts.md
04.the-basics/08.posts.md
08.posts.md
docs/en/04.the-basics/16.localization.md
en/04.the-basics/16.localization.md
04.the-basics/16.localization.md
16.localization.md
docs/en/04.the-basics/07.pages.md
en/04.the-basics/07.pages.md
04.the-basics/07.pages.md
07.pages.md
docs/en/04.the-basics/06.templating.md
en/04.the-basics/06.templating.md
04.the-basics/06.templating.md
06.templating.md
docs/en/04.the-basics/15.redirects.md
en/04.the-basics/15.redirects.md
04.the-basics/15.redirects.md
15.redirects.md
docs/en/04.the-basics/14.preferences.md
en/04.the-basics/14.preferences.md
04.the-basics/14.preferences.md
14.preferences.md
docs/en/02.prologue.md
en/02.prologue.md
02.prologue.md
docs/en/02.getting-started/09.optimizing.md
en/02.getting-started/09.optimizing.md
02.getting-started/09.optimizing.md
09.optimizing.md
docs/en/02.getting-started/02.installation.md
en/02.getting-started/02.installation.md
02.getting-started/02.installation.md
02.installation.md
docs/en/02.getting-started/01.index.md
en/02.getting-started/01.index.md
02.getting-started/01.index.md
01.index.md
docs/en/02.getting-started/08.deployment.md
en/02.getting-started/08.deployment.md
02.getting-started/08.deployment.md
08.deployment.md
docs/en/02.getting-started/03.configuration.md
en/02.getting-started/03.configuration.md
02.getting-started/03.configuration.md
03.configuration.md
docs/en/02.getting-started/04.directory-structure.md
en/02.getting-started/04.directory-structure.md
02.getting-started/04.directory-structure.md
04.directory-structure.md
docs/en/02.getting-started/05.managing-addons.md
en/02.getting-started/05.managing-addons.md
02.getting-started/05.managing-addons.md
05.managing-addons.md
docs/en/02.getting-started/10.error-logging.md
en/02.getting-started/10.error-logging.md
02.getting-started/10.error-logging.md
10.error-logging.md
docs/en/03.core-concepts/03.streams-and-entries.md
en/03.core-concepts/03.streams-and-entries.md
03.core-concepts/03.streams-and-entries.md
03.streams-and-entries.md
docs/en/03.core-concepts/01.index.md
en/03.core-concepts/01.index.md
03.core-concepts/01.index.md
@ -269,58 +272,33 @@ docs/en/03.core-concepts/02.architecture.md
en/03.core-concepts/02.architecture.md
03.core-concepts/02.architecture.md
02.architecture.md
docs/en/03.core-concepts/03.streams-and-entries.md
en/03.core-concepts/03.streams-and-entries.md
03.core-concepts/03.streams-and-entries.md
03.streams-and-entries.md
config/image.php
image.php
config/services.php
services.php
config/httpcache.php
httpcache.php
config/app.php
app.php
config/session.php
session.php
config/view.php
view.php
config/debugbar.php
debugbar.php
config/database.php
database.php
config/filesystems.php
filesystems.php
config/mail.php
mail.php
config/cache.php
cache.php
config/logging.php
logging.php
config/broadcasting.php
broadcasting.php
config/auth.php
auth.php
config/streams.php
streams.php
config/scout.php
scout.php
config/queue.php
queue.php
config/compile.php
compile.php
.gitattributes
public/index.php
index.php
public/.htaccess
.htaccess
composer.lock
build.xml
phpunit.xml
README.md
server.php
package.json
nginx_app.conf
docs/en/01.prologue/01.index.md
en/01.prologue/01.index.md
01.prologue/01.index.md
01.index.md
docs/en/01.prologue/05.contribution-guide.md
en/01.prologue/05.contribution-guide.md
01.prologue/05.contribution-guide.md
05.contribution-guide.md
docs/en/01.prologue/04.upgrade-guide.md
en/01.prologue/04.upgrade-guide.md
01.prologue/04.upgrade-guide.md
04.upgrade-guide.md
docs/en/01.prologue/06.addon-marketplace.md
en/01.prologue/06.addon-marketplace.md
01.prologue/06.addon-marketplace.md
06.addon-marketplace.md
docs/en/01.prologue/02.release-notes.md
en/01.prologue/02.release-notes.md
01.prologue/02.release-notes.md
02.release-notes.md
docs/en/01.prologue/03.change-log.md
en/01.prologue/03.change-log.md
01.prologue/03.change-log.md
03.change-log.md
webpack.mix.js
app.json
Envoy.blade.php
database/seeds/DatabaseSeeder.php
seeds/DatabaseSeeder.php
DatabaseSeeder.php
@ -333,10 +311,32 @@ ModelFactory.php
database/migrations/.gitkeep
migrations/.gitkeep
.gitkeep
webpack.mix.js
bootstrap/app.php
app.php
bootstrap/autoload.php
autoload.php
.gitattributes
routes/console.php
console.php
routes/api.php
api.php
routes/web.php
web.php
CONTRIBUTING.md
phpunit.xml
app/Providers/AuthServiceProvider.php
Providers/AuthServiceProvider.php
AuthServiceProvider.php
app/Providers/AppServiceProvider.php
Providers/AppServiceProvider.php
AppServiceProvider.php
app/Providers/EventServiceProvider.php
Providers/EventServiceProvider.php
EventServiceProvider.php
app/Providers/RouteServiceProvider.php
Providers/RouteServiceProvider.php
RouteServiceProvider.php
app/Providers/BroadcastServiceProvider.php
Providers/BroadcastServiceProvider.php
BroadcastServiceProvider.php
app/README.md
README.md
composer.lock
composer.json
artisan
package.json

View file

@ -1,115 +1,115 @@
config/auth.php
config/app.php
config/cache.php
config/view.php
config/filesystems.php
config/scout.php
config/database.php
config/httpcache.php
config/queue.php
config/logging.php
config/image.php
config/streams.php
config/compile.php
config/mail.php
config/services.php
config/broadcasting.php
config/session.php
config/debugbar.php
nginx_app.conf
addons/.gitkeep
Procfile
tests/TestCase.php
bootstrap/app.php
bootstrap/autoload.php
artisan
build.xml
LICENSE.md
CONTRIBUTING.md
.editorconfig
resources/assets/js/bootstrap.js
resources/assets/js/components/Example.vue
resources/assets/js/app.js
resources/assets/sass/variables.scss
public/.htaccess
public/index.php
resources/assets/sass/app.scss
resources/views/errors/503.blade.php
resources/views/vendor/.gitkeep
resources/views/welcome.blade.php
resources/lang/ar/validation.php
resources/lang/ar/pagination.php
resources/lang/ar/passwords.php
resources/lang/ar/auth.php
resources/lang/tr/validation.php
resources/lang/tr/pagination.php
resources/lang/tr/passwords.php
resources/lang/tr/auth.php
resources/lang/fa/validation.php
resources/lang/fa/pagination.php
resources/lang/fa/passwords.php
resources/lang/fa/auth.php
resources/assets/sass/variables.scss
resources/assets/js/bootstrap.js
resources/assets/js/app.js
resources/assets/js/components/Example.vue
resources/lang/en/auth.php
resources/lang/en/validation.php
resources/lang/en/pagination.php
resources/lang/en/passwords.php
resources/lang/en/auth.php
resources/streams/config/addons.php
resources/lang/ar/auth.php
resources/lang/ar/validation.php
resources/lang/ar/pagination.php
resources/lang/ar/passwords.php
resources/lang/tr/auth.php
resources/lang/tr/validation.php
resources/lang/tr/pagination.php
resources/lang/tr/passwords.php
resources/lang/fa/auth.php
resources/lang/fa/validation.php
resources/lang/fa/pagination.php
resources/lang/fa/passwords.php
resources/streams/config/themes.php
resources/streams/config/navigation.php
resources/streams/config/distribution.php
app.json
app/README.md
app/Providers/RouteServiceProvider.php
app/Providers/BroadcastServiceProvider.php
app/Providers/EventServiceProvider.php
app/Providers/AppServiceProvider.php
app/Providers/AuthServiceProvider.php
routes/api.php
routes/web.php
routes/console.php
tests/TestCase.php
Envoy.blade.php
docs/en/02.prologue.md
resources/streams/config/addons.php
resources/views/welcome.blade.php
resources/views/vendor/.gitkeep
resources/views/errors/503.blade.php
README.md
Procfile
server.php
.editorconfig
docs/en/01.index.md
docs/en/01.prologue/01.index.md
docs/en/01.prologue/06.addon-marketplace.md
docs/en/01.prologue/03.change-log.md
docs/en/01.prologue/02.release-notes.md
docs/en/01.prologue/05.contribution-guide.md
docs/en/01.prologue/04.upgrade-guide.md
docs/en/02.getting-started/01.index.md
docs/en/02.getting-started/04.directory-structure.md
docs/en/02.getting-started/03.configuration.md
docs/en/02.getting-started/05.managing-addons.md
docs/en/02.getting-started/02.installation.md
docs/en/02.getting-started/09.optimizing.md
docs/en/02.getting-started/10.error-logging.md
docs/en/02.getting-started/08.deployment.md
docs/en/04.the-basics/07.pages.md
docs/en/04.the-basics/01.index.md
docs/en/04.the-basics/14.preferences.md
docs/en/04.the-basics/13.settings.md
docs/en/04.the-basics/15.redirects.md
docs/en/04.the-basics/08.posts.md
docs/en/04.the-basics/12.variables.md
docs/en/04.the-basics/03.control-panel.md
docs/en/04.the-basics/10.files.md
docs/en/04.the-basics/09.blocks.md
docs/en/04.the-basics/06.templating.md
docs/en/04.the-basics/11.users.md
docs/en/04.the-basics/16.localization.md
docs/en/04.the-basics/05.addons.md
docs/en/04.the-basics/09.blocks.md
docs/en/04.the-basics/11.users.md
docs/en/04.the-basics/13.settings.md
docs/en/04.the-basics/03.control-panel.md
docs/en/04.the-basics/01.index.md
docs/en/04.the-basics/10.files.md
docs/en/04.the-basics/08.posts.md
docs/en/04.the-basics/16.localization.md
docs/en/04.the-basics/07.pages.md
docs/en/04.the-basics/06.templating.md
docs/en/04.the-basics/15.redirects.md
docs/en/04.the-basics/14.preferences.md
docs/en/02.prologue.md
docs/en/02.getting-started/09.optimizing.md
docs/en/02.getting-started/02.installation.md
docs/en/02.getting-started/01.index.md
docs/en/02.getting-started/08.deployment.md
docs/en/02.getting-started/03.configuration.md
docs/en/02.getting-started/04.directory-structure.md
docs/en/02.getting-started/05.managing-addons.md
docs/en/02.getting-started/10.error-logging.md
docs/en/03.core-concepts/03.streams-and-entries.md
docs/en/03.core-concepts/01.index.md
docs/en/03.core-concepts/02.architecture.md
docs/en/03.core-concepts/03.streams-and-entries.md
config/image.php
config/services.php
config/httpcache.php
config/app.php
config/session.php
config/view.php
config/debugbar.php
config/database.php
config/filesystems.php
config/mail.php
config/cache.php
config/logging.php
config/broadcasting.php
config/auth.php
config/streams.php
config/scout.php
config/queue.php
config/compile.php
.gitattributes
public/index.php
public/.htaccess
composer.lock
build.xml
phpunit.xml
README.md
server.php
package.json
nginx_app.conf
docs/en/01.prologue/01.index.md
docs/en/01.prologue/05.contribution-guide.md
docs/en/01.prologue/04.upgrade-guide.md
docs/en/01.prologue/06.addon-marketplace.md
docs/en/01.prologue/02.release-notes.md
docs/en/01.prologue/03.change-log.md
webpack.mix.js
app.json
Envoy.blade.php
database/seeds/DatabaseSeeder.php
database/seeds/.gitkeep
database/factories/ModelFactory.php
database/migrations/.gitkeep
webpack.mix.js
bootstrap/app.php
bootstrap/autoload.php
.gitattributes
routes/console.php
routes/api.php
routes/web.php
CONTRIBUTING.md
phpunit.xml
app/Providers/AuthServiceProvider.php
app/Providers/AppServiceProvider.php
app/Providers/EventServiceProvider.php
app/Providers/RouteServiceProvider.php
app/Providers/BroadcastServiceProvider.php
app/README.md
composer.lock
composer.json
artisan
package.json

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1534,10 +1534,10 @@ hp/video
hpc/*/supported-applications.aspx?
hpm
hpmob
http://accounts.google.com/robots.txt
http://api.whatsapp.com/robots.txt
http://archive.org/robots.txt
http://sites.google.com/robots.txt
http://cdc.gov/robots.txt
http://instagram.com/robots.txt
http://patreon.com/robots.txt
http://paypal.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -3231,7 +3231,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://eventbrite.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://facebook.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard

View file

@ -334,7 +334,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known/amphtml/apikey.pub
.well-known/apple-app-site-association
.well-known/assetlinks.json
.well-known/assetlinks.jsonhttp://wattpad.com/robots.txt
.well-known/assetlinks.jsonhttp://web.archive.org/robots.txt
.well-known/privacy-sandbox-attestations.json
.well-known/resource-that-should-not-exist-whose-status-code-should-not-be-200
.well-known/security.txt
@ -2630,6 +2630,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/products/*?*filter=
/products/erp/s4hana-private-edition/trial.html
/professionals/*/*project-type-*-probr1-
/professionals/*/*project-type-*-probr1-*_template_
/profile
/profile-about
/profiles
@ -6733,6 +6734,7 @@ backend-anon
backend-anon/conversation$
backend-anon/sentinel
backend-api/public_content
backgrounds
backstage
bad-boys
bad-boys-ii
@ -11767,6 +11769,7 @@ de-de/legal/core-features/$
de-de/legal/data-portability-and-deletion/$
de-de/legal/impressum/$
de-de/legal/shared-responsibility-security-model/$
de-de/loesungen/$
de-de/loesungen/design-zu-code/$
de-de/loesungen/ki-app-builder/$
de-de/loesungen/ki-app-ersteller-unterricht/$
@ -12026,6 +12029,7 @@ de/*my_etsy=
de/README.md
de/about
de/aboutsamsung/inner-circle-2017
de/account
de/acq
de/admin
de/android/collections
@ -12037,6 +12041,8 @@ de/apps
de/aq
de/artists
de/assets/
de/b
de/backgrounds
de/bcn
de/blog
de/blog/search
@ -12050,6 +12056,7 @@ de/campaigns
de/cart
de/client-clearing
de/comment/reply
de/community
de/composer/Metapackage/README.txt
de/composer/Plugin/ProjectMessage/README.md
de/composer/Plugin/Scaffold/README.md
@ -12072,6 +12079,8 @@ de/custom_banner
de/customers
de/de
de/docs
de/einstellung
de/einstellung/job-posts
de/enterprise
de/event/*/shoutbox
de/event/*/shoutbox?
@ -12106,10 +12115,13 @@ de/index.php/user/register
de/integrations
de/invites/buy
de/kb
de/kollektionen
de/label
de/lesezeichen
de/listing/*/stubs
de/locale/overlay
de/locale/overlay_secure
de/login
de/login-messages/
de/login?next=
de/m/assets/wp-content/uploads/*.pdf
@ -12142,7 +12154,9 @@ de/people
de/phenom
de/player
de/playlist
de/plus/r
de/pm/
de/presse
de/profiles
de/profiles/*.css$
de/profiles/*.css?
@ -12155,7 +12169,11 @@ de/profiles/*.png
de/profiles/*.svg
de/promos/
de/publications/2017/PwC-LodgingTourismCapability%20Statement_E.pdf
de/registrieren
de/release
de/s/benutzer
de/s/kollektionen
de/s/visuell
de/search
de/search
de/search*attr_*=
@ -12188,6 +12206,7 @@ de/themes/README.txt
de/total-leadership
de/transactions
de/treasury
de/unsere-geschichte
de/upload
de/user
de/user/login
@ -12197,6 +12216,8 @@ de/user/register
de/verify
de/vimeo-academy
de/web.config
de/werben
de/werben/produktplatzierung
de/your
de_de
de_de/vorlagen/M
@ -13396,21 +13417,29 @@ es-es/core/*.png
es-es/core/*.svg
es-es/custom_banner
es-es/customers/$
es-es/customers/astra-tech-aligns-design-and-dev-across-mena/$
es-es/customers/dev-mode-helps-hp/$
es-es/customers/digital-transformation-at-philips/$
es-es/customers/driving-adoption-of-seat-cupra-design-system/$
es-es/customers/driving-design-transformation-how-cars24-builds-faster-with-figma/$
es-es/customers/erste-groupbetter-financial-health-by-design/$
es-es/customers/how-aws-drives-collaboration-between-designers-and-developers-at-scale/$
es-es/customers/how-commbank-is-banking-on-collaboration/$
es-es/customers/how-customerio-simplifies-design-handoffs-with-variables-and-dev-mode/$
es-es/customers/how-datadog-built-enterprise-platform-scaling-design-system/$
es-es/customers/how-deutsche-bank-redeveloped-all-front-end-apps-from-scratch/$
es-es/customers/how-enterprise-teams-get-design-to-code-faster-with-figma/$
es-es/customers/how-flipkart-boosts-its-design-vision-for-indian-e-commerce-with-figma/$
es-es/customers/how-hellofresh-built-a-design-system/$
es-es/customers/how-king-brings-game-design-together/$
es-es/customers/how-nuuly-enhances-cross-functional-collaboration-with-figma/$
es-es/customers/how-on-brings-its-teams-together-to-innovate-at-pace/$
es-es/customers/how-patagonia-uses-figma/$
es-es/customers/how-sap-uses-figma-for-collaboration/$
es-es/customers/how-swiggy-rolls-out-features-50-percent-faster/$
es-es/customers/how-workday-scales-design-and-development-collaboration-with-figma/$
es-es/customers/itau-unibanco-launched-45-digital-products-with-figma/$
es-es/customers/mercado-libre-scales-design-across-latin-america/$
es-es/customers/peloton-speeds-up-design-handoff-by-5x-with-figma/$
es-es/customers/razorpay-boosting-design-system-adoption-and-collaboration/$
es-es/customers/ruggable-reimagines-design-to-development-10x-faster-with-figma/$
@ -13557,6 +13586,7 @@ es-es/selector-de-color/$
es-es/sites/$
es-es/sites/README.txt
es-es/slides/$
es-es/soluciones/$
es-es/soluciones/creador-aplicaciones-aulas-ia/$
es-es/soluciones/creador-aplicaciones-chat-ia/$
es-es/soluciones/creador-aplicaciones-dibujo-ia/$
@ -13744,6 +13774,7 @@ es-la/security/$
es-la/selector-de-color/$
es-la/sites/$
es-la/slides/$
es-la/soluciones/$
es-la/soluciones/creador-aplicaciones-reservas-ia/$
es-la/soluciones/creador-apps-aulas-ia/$
es-la/soluciones/creador-apps-chat-ia/$
@ -13796,6 +13827,7 @@ es-xl/
es-xl/motivator/
es/
es/$
es/%C3%BAnete
es/*
es/*/media/oembed
es/*?order=
@ -13810,9 +13842,12 @@ es/*my_etsy=
es/Download
es/README.md
es/about
es/account
es/acq
es/admin
es/admin$
es/anunciarse
es/anunciarse/colocaci%C3%B3n-de-producto
es/api
es/api/v3/ajax/bespoke/member/neu/specs
es/api/v3/ajax/bespoke/public/neu/specs
@ -13820,6 +13855,8 @@ es/apps
es/aq
es/artists
es/assets/
es/b
es/backgrounds
es/bcn
es/blog
es/blog/search
@ -13833,12 +13870,16 @@ es/c?*attr_*=
es/campaigns
es/cart
es/client-clearing
es/colecciones
es/comment/reply
es/composer/Metapackage/README.txt
es/composer/Plugin/ProjectMessage/README.md
es/composer/Plugin/Scaffold/README.md
es/composer/Plugin/VendorHardening/README.txt
es/composer/Template/README.txt
es/comunidad
es/contrataci%C3%B3n
es/contrataci%C3%B3n/job-posts
es/conversations
es/core
es/core/*.css$
@ -13872,6 +13913,7 @@ es/help/sitemap.php
es/herramientas/informes-y-estudios/centro-de-datos-de-empleadores-h-1b
es/herramientas/informes-y-estudios/centro-de-datos-de-empleadores-h-2b
es/hidden
es/historia
es/in-product
es/index.php/*/media/oembed
es/index.php/admin
@ -13884,6 +13926,7 @@ es/index.php/user/login
es/index.php/user/logout
es/index.php/user/password
es/index.php/user/register
es/inicia-sesi%C3%B3n
es/integrations
es/invites/buy
es/kb
@ -13896,6 +13939,7 @@ es/login?next=
es/m/assets/wp-content/uploads/*.pdf
es/mailinglist
es/mailinglist/email
es/marcadores
es/market/confederate_flag
es/market/dixie_flag
es/market/rebel_flag
@ -13933,7 +13977,9 @@ es/people
es/phenom
es/player
es/playlist
es/plus/r
es/pm/
es/prensa
es/profiles
es/profiles/*.css$
es/profiles/*.css?
@ -13946,6 +13992,9 @@ es/profiles/*.png
es/profiles/*.svg
es/promos/
es/release
es/s/colecciones
es/s/imagen
es/s/usuarios
es/search
es/search*attr_*=
es/search*price_bucket=
@ -16584,6 +16633,7 @@ fr-fr/couleurs/violet-clair/$
fr-fr/couleurs/violet-fonce/$
fr-fr/couleurs/violet/$
fr-fr/customers/$
fr-fr/customers/astra-tech-aligns-design-and-dev-across-mena/$
fr-fr/customers/dev-mode-helps-hp/$
fr-fr/customers/digital-transformation-at-philips/$
fr-fr/customers/driving-adoption-of-seat-cupra-design-system/$
@ -16597,7 +16647,9 @@ fr-fr/customers/figma-helps-groww-simplify-investing/$
fr-fr/customers/figma-is-a-game-changer-for-renowned-design-studio-moving-brands/$
fr-fr/customers/flat-101-streamlining-agency-customer-relationship/$
fr-fr/customers/how-asos-streamlines-design-workflows-with-figma/$
fr-fr/customers/how-aws-drives-collaboration-between-designers-and-developers-at-scale/$
fr-fr/customers/how-commbank-is-banking-on-collaboration/$
fr-fr/customers/how-customerio-simplifies-design-handoffs-with-variables-and-dev-mode/$
fr-fr/customers/how-datadog-built-enterprise-platform-scaling-design-system/$
fr-fr/customers/how-design-systems-in-figma-are-unifying-diverse-teams-at-orange/$
fr-fr/customers/how-enterprise-teams-get-design-to-code-faster-with-figma/$
@ -16609,15 +16661,18 @@ fr-fr/customers/how-free-builds-consistent-customer-experiences/$
fr-fr/customers/how-hellofresh-built-a-design-system/$
fr-fr/customers/how-king-brings-game-design-together/$
fr-fr/customers/how-n26-makes-banking-approachable/$
fr-fr/customers/how-nuuly-enhances-cross-functional-collaboration-with-figma/$
fr-fr/customers/how-on-brings-its-teams-together-to-innovate-at-pace/$
fr-fr/customers/how-patagonia-uses-figma/$
fr-fr/customers/how-payfit-makes-hr-tech-accessible/$
fr-fr/customers/how-qonto-reduces-lead-times/$
fr-fr/customers/how-sap-uses-figma-for-collaboration/$
fr-fr/customers/how-sorare-scaled-up-asset-production/$
fr-fr/customers/how-swiggy-rolls-out-features-50-percent-faster/$
fr-fr/customers/how-vodafone-gets-into-market-quickly/$
fr-fr/customers/how-whatagraph-removed-repetitive-design-using-figma/$
fr-fr/customers/how-workday-scales-design-and-development-collaboration-with-figma/$
fr-fr/customers/itau-unibanco-launched-45-digital-products-with-figma/$
fr-fr/customers/jellyfish-before-after-figma/$
fr-fr/customers/lifted-from-the-dark-ages-vanquis/$
fr-fr/customers/lucky-beard-getting-the-band-together-globally/$
@ -16806,6 +16861,7 @@ fr-fr/searchresults
fr-fr/security/$
fr-fr/sites/$
fr-fr/slides/$
fr-fr/solutions/$
fr-fr/solutions/createur-application-actualites-ia/$
fr-fr/solutions/createur-application-chat-ia/$
fr-fr/solutions/createur-application-dessin-ia/$
@ -16927,6 +16983,7 @@ fr/StockQuote/
fr/Tr/
fr/Tracker?data=*
fr/about
fr/account
fr/acq
fr/admin
fr/advanced-search/x
@ -16940,6 +16997,8 @@ fr/apps
fr/aq
fr/artists
fr/assets/
fr/b
fr/backgrounds
fr/bcn
fr/blog
fr/blog/search
@ -16953,12 +17012,15 @@ fr/ca/
fr/campaigns
fr/cart
fr/client-clearing
fr/collections
fr/comment/reply
fr/communaut%C3%A9
fr/composer/Metapackage/README.txt
fr/composer/Plugin/ProjectMessage/README.md
fr/composer/Plugin/Scaffold/README.md
fr/composer/Plugin/VendorHardening/README.txt
fr/composer/Template/README.txt
fr/connexion
fr/conversations
fr/core
fr/core/*.css$
@ -16978,6 +17040,9 @@ fr/enterprise
fr/event/*/shoutbox
fr/event/*/shoutbox?
fr/events
fr/faire-votre-publicit%C3%A9
fr/faire-votre-publicit%C3%A9/placement-de-produit
fr/favoris
fr/features
fr/festival/*/shoutbox
fr/filter/tips
@ -16995,6 +17060,7 @@ fr/guest-pass
fr/help/sitemap
fr/help/sitemap.php
fr/hidden
fr/histoire
fr/immigration-refugies-citoyennete/services/reference-inclusion
fr/in-product
fr/index.php/*/media/oembed
@ -17047,6 +17113,7 @@ fr/music/*/+wiki/shoutbox
fr/music/*?
fr/music/+noredirect
fr/music/tracks
fr/newsroom
fr/no-follow
fr/node
fr/ott
@ -17055,6 +17122,7 @@ fr/ph/
fr/phenom
fr/player
fr/playlist
fr/plus/r
fr/pm/
fr/profiles
fr/profiles/*.css$
@ -17068,7 +17136,13 @@ fr/profiles/*.png
fr/profiles/*.svg
fr/promos/
fr/rechercher
fr/recrutement
fr/recrutement/job-posts
fr/release
fr/s%E2%80%99inscrire
fr/s/collections
fr/s/utilisateurs
fr/s/visuel
fr/search
fr/search*attr_*=
fr/search*price_bucket=
@ -17807,6 +17881,20 @@ homepage/HomepageVideoMetrics.htm
homes
homes/apartment-communities/$
homes/apartment-communities/*_p/$
homes/apartments-1-bedrooms/$
homes/apartments-1-bedrooms/*_p/$
homes/apartments-2-bedrooms/$
homes/apartments-2-bedrooms/*_p/$
homes/apartments-3-bedrooms/$
homes/apartments-3-bedrooms/*_p/$
homes/apartments-pet-friendly/$
homes/apartments-pet-friendly/*_p/$
homes/apartments-under-1500/$
homes/apartments-under-1500/*_p/$
homes/apartments-under-2000/$
homes/apartments-under-2000/*_p/$
homes/apartments-with-washer-dryer/$
homes/apartments-with-washer-dryer/*_p/$
homes/coming_soon/$
homes/coming_soon/*_p/$
homes/for_rent/$
@ -17825,8 +17913,12 @@ homes/fsbo/$
homes/fsbo/*_p/$
homes/new_homes/$
homes/new_homes/*_p/$
homes/pet-friendly/$
homes/pet-friendly/*_p/$
homes/recently_sold/$
homes/recently_sold/*_p/$
homes/rooms-for-rent/$
homes/rooms-for-rent/*_p/$
hook
hooks
hootlet/load
@ -17893,10 +17985,10 @@ html5
http
http-checker
http2_data
http://15721.courses.cs.cmu.edu/robots.txt
http://alexa.com/robots.txt
http://2.bp.blogspot.com/robots.txt
http://akparti.org.tr/robots.txt
http://aliexpress.com/robots.txt
http://amazon.co.jp/robots.txt
http://amazon.ca/robots.txt
http://amazon.co.uk/robots.txt
http://amazon.com/robots.txt
http://amazon.de/robots.txt
@ -17907,6 +17999,7 @@ http://amazon.it/robots.txt
http://ameblo.jp/robots.txt
http://apple.com/robots.txt
http://bbc.com/robots.txt
http://bbcsfx.acropolis.org.uk/robots.txt
http://chrome.google.com/robots.txt
http://creativecommons.org/robots.txt
http://en.m.wikipedia.org/robots.txt
@ -17917,7 +18010,7 @@ http://groupon.com/robots.txt
http://healthline.com/robots.txt
http://img.youtube.com/robots.txt
http://irishtimes.com/robots.txt
http://kickstarter.com/robots.txt
http://kids.youtube.com/robots.txt
http://lefigaro.fr/robots.txt
http://nationalgeographic.com/robots.txt
http://patents.google.com/robots.txt
@ -17930,6 +18023,7 @@ http://techradar.com/robots.txt
http://thelancet.com/robots.txt
http://threads.net/robots.txt
http://tracks.arte.tv/robots.txt
http://upload.wikimedia.org/robots.txt
http://use.fontawesome.com/robots.txt
http://weebly.com/robots.txt
https://player.cnevids.com
@ -18017,13 +18111,31 @@ id-id/lp
id-id/search
id-id/searchresults
id/
id/account
id/ada-lowongan
id/ada-lowongan/job-posts
id/artists
id/b
id/backgrounds
id/berita
id/bookmark
id/client-clearing
id/daftar
id/iklankan
id/iklankan/penempatan-produk
id/koleksi
id/komunitas
id/masuk
id/motivator/
id/music/tracks
id/playlist
id/plus/r
id/pm/
id/release
id/riwayat
id/s/koleksi
id/s/pengguna
id/s/visual
id/search/
id/search/default.mi
id/sound-effects/tracks
@ -18180,6 +18292,7 @@ il-en/transactions
il-en/treasury
il-en/your
il/cart
illustrations/*/download
im?
ima/
image
@ -18758,6 +18871,8 @@ it/*my_etsy=
it/CEO17
it/CEO2017
it/README.md
it/accedi
it/account
it/acq
it/admin
it/android/collections
@ -18769,6 +18884,10 @@ it/apps
it/aq
it/artists
it/assets/
it/assunzioni
it/assunzioni/job-posts
it/b
it/backgrounds
it/bcn
it/blog/search
it/blog/topic
@ -18781,7 +18900,9 @@ it/cart
it/ceo17
it/ceo2017
it/client-clearing
it/collezioni
it/comment/reply
it/community
it/composer/Metapackage/README.txt
it/composer/Plugin/ProjectMessage/README.md
it/composer/Plugin/Scaffold/README.md
@ -18799,6 +18920,8 @@ it/core/*.js?
it/core/*.png
it/core/*.svg
it/custom_banner
it/diventa-inserzionista
it/diventa-inserzionista/posizionamento-del-prodotto
it/docs
it/event/*/shoutbox
it/event/*/shoutbox?
@ -18832,6 +18955,7 @@ it/index.php/user/register
it/invites/buy
it/it
it/it/publications/assets/docs/decreto-30062015.pdf
it/la-nostra-storia
it/label
it/listing/*/stubs
it/locale/overlay
@ -18867,7 +18991,9 @@ it/people
it/phenom
it/player
it/playlist
it/plus/r
it/pm/
it/press-room
it/profiles
it/profiles/*.css$
it/profiles/*.css?
@ -18879,7 +19005,11 @@ it/profiles/*.js?
it/profiles/*.png
it/profiles/*.svg
it/promos/
it/registrati
it/release
it/s/collezioni
it/s/immagini
it/s/utenti
it/search
it/search
it/search*attr_*=
@ -18894,6 +19024,7 @@ it/search/autocomplete
it/search/default.mi
it/search/shops
it/search?*q=
it/segnalibri
it/settings
it/share
it/shop_name_search_service
@ -19242,6 +19373,7 @@ ja-jp/searchresults
ja-jp/security/$
ja-jp/sites/$
ja-jp/slides/$
ja-jp/solutions/$
ja-jp/solutions/ai-app-builder/$
ja-jp/solutions/ai-booking-app-builder/$
ja-jp/solutions/ai-budgeting-app-builder/$
@ -19336,13 +19468,27 @@ ja-jp/wireframe-tool/$
ja-jp/wp-admin
ja-jp/wp-admin/admin-ajax.php
ja/
ja/%E3%82%B3%E3%83%9F%E3%83%A5%E3%83%8B%E3%83%86%E3%82%A3
ja/%E3%82%B3%E3%83%AC%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3
ja/%E3%82%B5%E3%82%A4%E3%83%B3%E3%82%A4%E3%83%B3
ja/%E3%83%96%E3%83%83%E3%82%AF%E3%83%9E%E3%83%BC%E3%82%AF
ja/%E3%83%97%E3%83%AC%E3%82%B9
ja/%E5%B1%A5%E6%AD%B4
ja/%E5%BA%83%E5%91%8A
ja/%E5%BA%83%E5%91%8A/%E3%83%97%E3%83%AD%E3%83%80%E3%82%AF%E3%83%88%E3%83%97%E3%83%AC%E3%82%A4%E3%82%B9%E3%83%A1%E3%83%B3%E3%83%88
ja/%E6%A1%88%E4%BB%B6%E4%BE%9D%E9%A0%BC%E4%B8%AD
ja/%E6%A1%88%E4%BB%B6%E4%BE%9D%E9%A0%BC%E4%B8%AD/job-posts
ja/%E7%99%BB%E9%8C%B2
ja/*/media/oembed
ja/README.md
ja/account
ja/acq
ja/admin
ja/android/collections
ja/android/search
ja/aq
ja/b
ja/backgrounds
ja/blog/search
ja/blog/topic
ja/comment/reply
@ -19410,6 +19556,7 @@ ja/no-follow
ja/node
ja/phenom
ja/player
ja/plus/r
ja/profiles
ja/profiles/*.css$
ja/profiles/*.css?
@ -19420,6 +19567,9 @@ ja/profiles/*.js$
ja/profiles/*.js?
ja/profiles/*.png
ja/profiles/*.svg
ja/s/%E3%82%B3%E3%83%AC%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3
ja/s/%E3%83%93%E3%82%B8%E3%83%A5%E3%82%A2%E3%83%AB
ja/s/%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC
ja/search
ja/search/
ja/search/autocomplete
@ -19793,6 +19943,7 @@ ko-kr/searchresults
ko-kr/security/$
ko-kr/sites/$
ko-kr/slides/$
ko-kr/solutions/$
ko-kr/solutions/ai-app-builder/$
ko-kr/solutions/ai-booking-app-builder/$
ko-kr/solutions/ai-budgeting-app-builder/$
@ -19866,12 +20017,27 @@ ko-kr/webinars/des-to-code-mcp-ko/$
ko-kr/wireframe-tool/$
ko/
ko/$
ko/%EA%B0%80%EC%9E%85
ko/%EA%B3%A0%EC%9A%A9-%EC%A4%91
ko/%EA%B3%A0%EC%9A%A9-%EC%A4%91/job-posts
ko/%EA%B4%91%EA%B3%A0
ko/%EA%B4%91%EA%B3%A0/%EA%B0%84%EC%A0%91-%EA%B4%91%EA%B3%A0
ko/%EB%A1%9C%EA%B7%B8%EC%9D%B8
ko/%EB%B3%B4%EB%8F%84%EC%9E%90%EB%A3%8C
ko/%EB%B6%81%EB%A7%88%ED%81%AC
ko/%EC%97%AD%EC%82%AC
ko/%EC%BB%A4%EB%AE%A4%EB%8B%88%ED%8B%B0
ko/%EC%BB%AC%EB%A0%89%EC%85%98
ko/%ED%94%8C%EB%9F%AC%EC%8A%A4/r
ko/*/media/oembed
ko/README.md
ko/about
ko/account
ko/admin
ko/android/collections
ko/android/search
ko/b
ko/backgrounds
ko/blog
ko/blog/search
ko/blog/topic
@ -19941,6 +20107,9 @@ ko/profiles/*.js$
ko/profiles/*.js?
ko/profiles/*.png
ko/profiles/*.svg
ko/s/%EC%82%AC%EC%9A%A9%EC%9E%90
ko/s/%EC%8B%9C%EA%B0%81-%EC%9E%90%EB%A3%8C
ko/s/%EC%BB%AC%EB%A0%89%EC%85%98
ko/search
ko/search/
ko/search/default.mi
@ -21098,6 +21267,7 @@ na101v1/*cover*.png$
na102
na102/*cover*.jpg$
na102/*cover*.png$
nabc
nachrichten/suche*param
nap
napi
@ -21131,6 +21301,7 @@ nature-index/news/archive/search/by-institution
naturecareers/jobs/search
naturecareers/jobsrss
naturecareers/session-img
nautocomplete
nav
nav/
nav/side-nav/
@ -21326,6 +21497,7 @@ nextendweb-social-login/?
nextgensearch/_*.js
nexus
ngc=
ngetty
nike
nimbus_ms/remote?
niosh/archive/
@ -22426,6 +22598,7 @@ photogallery
photogallery/*.xml$
photos
photos.php
photos/*/download
photos/*/lightbox
photos/*a_86-
photos/app_store_link
@ -22704,6 +22877,7 @@ plugins/search
plus/experience/*/
plus/experience/*/series/
plus/experience/dreamforce_2025_x_test
plus/r
plusinstall
pm/
pm/amplify/
@ -23165,17 +23339,24 @@ pt-br/$
pt-br/*/media/oembed
pt-br/README.md
pt-br/about
pt-br/account
pt-br/admin
pt-br/ai/$
pt-br/ai/config-2025/$
pt-br/ai/our-approach/$
pt-br/anunciar
pt-br/anunciar/posicionamento-de-produto
pt-br/apresentacoes/$
pt-br/b
pt-br/backgrounds
pt-br/blog
pt-br/blog/search
pt-br/blog/topic
pt-br/buzz/$
pt-br/cadastre-se
pt-br/campaigns
pt-br/circulo-cromatico/$
pt-br/cole%C3%A7%C3%B5es
pt-br/comment/reply
pt-br/composer/Metapackage/README.txt
pt-br/composer/Plugin/ProjectMessage/README.md
@ -23183,7 +23364,10 @@ pt-br/composer/Plugin/Scaffold/README.md
pt-br/composer/Plugin/VendorHardening/README.txt
pt-br/composer/Template/README.txt
pt-br/comunidad/search?
pt-br/comunidade
pt-br/contact/$
pt-br/contratando
pt-br/contratando/job-posts
pt-br/core
pt-br/core/*.css$
pt-br/core/*.css?
@ -23348,6 +23532,7 @@ pt-br/enterprise/$
pt-br/events
pt-br/events-and-webinars/$
pt-br/events/$
pt-br/favoritos
pt-br/features
pt-br/feedback
pt-br/ferramenta-ux-design/$
@ -23365,6 +23550,7 @@ pt-br/figjam/team-meetings/$
pt-br/filter/tips
pt-br/gallery/$
pt-br/hidden
pt-br/imprensa
pt-br/in-product
pt-br/index.php/*/media/oembed
pt-br/index.php/admin
@ -23379,6 +23565,7 @@ pt-br/index.php/user/password
pt-br/index.php/user/register
pt-br/integrations
pt-br/kb
pt-br/login
pt-br/lp
pt-br/lp/br-themes
pt-br/lp/students
@ -23421,9 +23608,11 @@ pt-br/modules/README.txt
pt-br/motivator/
pt-br/no-follow
pt-br/node
pt-br/nossa-hist%C3%B3ria
pt-br/organization/$
pt-br/ott
pt-br/phenom
pt-br/plus/r
pt-br/pricing-faq/$
pt-br/pricing/$
pt-br/product-development/$
@ -23474,6 +23663,9 @@ pt-br/resource-library/soundcloud-banner-size/$
pt-br/resource-library/twitch-banner-size/$
pt-br/resource-library/twitter-banner-size/$
pt-br/resource-library/youtube-banner-size/$
pt-br/s/cole%C3%A7%C3%B5es
pt-br/s/usu%C3%A1rios
pt-br/s/visual
pt-br/search
pt-br/search/
pt-br/search/default.mi
@ -23483,6 +23675,7 @@ pt-br/seletor-de-cores/$
pt-br/sites/$
pt-br/sites/README.txt
pt-br/slides/$
pt-br/solucoes/$
pt-br/solucoes/construtor-de-sites-empresariais-ia/$
pt-br/solucoes/construtor-de-sites-ia/$
pt-br/solucoes/construtor-de-sites-produtos-ia/$
@ -24323,6 +24516,7 @@ resource-library/best-font-for-resume/$
resource-library/best-fonts-for-logos/$
resource-library/best-fonts-for-thumbnails/$
resource-library/best-fonts-for-websites/$
resource-library/best-sans-serif-fonts/$
resource-library/best-script-fonts/$
resource-library/best-serif-fonts/$
resource-library/brand-and-storytelling/$
@ -24475,6 +24669,7 @@ resource-library/typography-in-design/$
resource-library/typography/$
resource-library/ui-design-principles/$
resource-library/ui-ux-design-principles/$
resource-library/usability-testing/$
resource-library/user-flow/$
resource-library/user-journey-map/$
resource-library/using-an-existing-system/$
@ -24796,10 +24991,13 @@ s/*/homes
s/*/post_promote_thank_you$
s/*/post_promote_thank_you?
s/*?
s/collections
s/dm/house/editorial/startups/ha_ed_activate_loft_launch_sf_1/
s/embed
s/guidebooks
s/users
s/v1/doc/HumbuSZq4Cz8r12yDSagIdh_NxHYmKpay8X54ZO2sua7_f_yyQk
s/visual
s2
s2/oz
s2/photos
@ -26005,29 +26203,39 @@ solutions/ai-company-website-builder/$
solutions/ai-consulting-website-builder/$
solutions/ai-contact-manager-app-builder/$
solutions/ai-crm-app-builder/$
solutions/ai-crm-dashboard-generator/$
solutions/ai-customer-support-app-builder/$
solutions/ai-customer-support-dashboard-generator/$
solutions/ai-dashboard-app-builder/$
solutions/ai-dashboard-prototype-generator/$
solutions/ai-design-generator/$
solutions/ai-design-systems-generator/$
solutions/ai-drawing-app-builder/$
solutions/ai-ecommerce-dashboard-generator/$
solutions/ai-ecommerce-prototype-generator/$
solutions/ai-education-app-builder/$
solutions/ai-education-website-builder/$
solutions/ai-employee-directory-app-builder/$
solutions/ai-event-app-builder/$
solutions/ai-executive-dashboard-generator/$
solutions/ai-expense-tracker-app-builder/$
solutions/ai-financial-dashboard-generator/$
solutions/ai-fitness-app-builder/$
solutions/ai-fleet-management-dashboard-generator/$
solutions/ai-freelancer-website-builder/$
solutions/ai-grocery-app-builder/$
solutions/ai-habit-tracker-app-builder/$
solutions/ai-hi-fidelity-prototype-generator/$
solutions/ai-hr-dashboard-generator/$
solutions/ai-interactive-prototype-generator/$
solutions/ai-inventory-app-builder/$
solutions/ai-inventory-management-dashboard-generator/$
solutions/ai-journal-app-builder/$
solutions/ai-kpi-dashboard-generator/$
solutions/ai-landing-page-generator/$
solutions/ai-language-learning-app-builder/$
solutions/ai-low-fi-prototype-generator/$
solutions/ai-marketing-dashboard-generator/$
solutions/ai-marketing-website-builder/$
solutions/ai-meal-planner-app-builder/$
solutions/ai-meditation-app-builder/$
@ -26038,6 +26246,7 @@ solutions/ai-news-website-builder/$
solutions/ai-nonprofit-website-builder/$
solutions/ai-note-taking-app-builder/$
solutions/ai-onboarding-app-builder/$
solutions/ai-performance-dashboard-generator/$
solutions/ai-personal-finance-app-builder/$
solutions/ai-personal-website-builder/$
solutions/ai-photo-editing-app-builder/$
@ -26045,10 +26254,12 @@ solutions/ai-photographer-website-builder/$
solutions/ai-portfolio-website-builder/$
solutions/ai-prd-generator/$
solutions/ai-product-builder/$
solutions/ai-product-dashboard-generator/$
solutions/ai-product-prototype-generator/$
solutions/ai-product-website-builder/$
solutions/ai-productivity-app-builder/$
solutions/ai-project-management-app-builder/$
solutions/ai-project-management-dashboard-generator/$
solutions/ai-prototype-generator/$
solutions/ai-quiz-app-builder/$
solutions/ai-rapid-prototype-generator/$
@ -26059,11 +26270,15 @@ solutions/ai-restaurant-website-builder/$
solutions/ai-resume-website-builder/$
solutions/ai-roadmap-generator/$
solutions/ai-saas-website-builder/$
solutions/ai-sales-dashboard-generator/$
solutions/ai-seo-dashboard-generator/$
solutions/ai-shopping-list-app-builder/$
solutions/ai-social-media-dashboard-generator/$
solutions/ai-startup-website-builder/$
solutions/ai-student-app-builder/$
solutions/ai-survey-app-builder/$
solutions/ai-task-management-app-builder/$
solutions/ai-team-dashboard-generator/$
solutions/ai-time-tracking-app-builder/$
solutions/ai-to-do-app-builder/$
solutions/ai-ui-generator/$
@ -29653,7 +29868,8 @@ wp-admin
wp-admin/
wp-admin/admin-ajax.php
wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://starbucks.com/robots.txt
wp-admin/admin-ajax.phphttp://rtbf.be/robots.txt
wp-admin/admin-ajax.phphttp://static.googleusercontent.com/robots.txt
wp-admin/load-scripts.php
wp-admin/load-styles.php
wp-adv