477ba2b346
Basic `/internal/pages` endpoint that will be used for Pages virtual domains internal API. The endpoint is currently behind feature flag and provides authetication similar to how Workhorse is authenticating with the GitLab.
83 lines
1.4 KiB
Text
83 lines
1.4 KiB
Text
*.log
|
|
*.swp
|
|
*.mo
|
|
*.edit.po
|
|
*.rej
|
|
.DS_Store
|
|
.bundle
|
|
.chef
|
|
.directory
|
|
/.envrc
|
|
eslint-report.html
|
|
/.gitlab_shell_secret
|
|
.idea
|
|
/.vscode/*
|
|
/.rbenv-version
|
|
.rbx/
|
|
/.ruby-gemset
|
|
/.ruby-version
|
|
/.rvmrc
|
|
.sass-cache/
|
|
/.secret
|
|
/.vagrant
|
|
/.yarn-cache
|
|
/.byebug_history
|
|
/Vagrantfile
|
|
/app/assets/images/icons.json
|
|
/app/assets/images/icons.svg
|
|
/app/assets/images/illustrations/
|
|
/app/assets/javascripts/locale/**/app.js
|
|
/backups/*
|
|
/config/aws.yml
|
|
/config/database*.yml
|
|
/config/gitlab.yml
|
|
/config/gitlab_ci.yml
|
|
/config/initializers/rack_attack.rb
|
|
/config/initializers/smtp_settings.rb
|
|
/config/initializers/relative_url.rb
|
|
/config/resque.yml
|
|
/config/redis.cache.yml
|
|
/config/redis.queues.yml
|
|
/config/redis.shared_state.yml
|
|
/config/unicorn.rb
|
|
/config/puma.rb
|
|
/config/secrets.yml
|
|
/config/sidekiq.yml
|
|
/config/registry.key
|
|
/coverage/*
|
|
/coverage-javascript/
|
|
/db/*.sqlite3
|
|
/db/*.sqlite3-journal
|
|
/db/data.yml
|
|
/doc/code/*
|
|
/dump.rdb
|
|
/jsconfig.json
|
|
/log/*.log*
|
|
/node_modules/
|
|
/nohup.out
|
|
/public/assets/
|
|
/public/uploads.*
|
|
/public/uploads/
|
|
/shared/artifacts/
|
|
/rails_best_practices_output.html
|
|
/tags
|
|
/vendor/bundle/*
|
|
/vendor/gitaly-ruby
|
|
/builds*
|
|
/.gitlab_workhorse_secret
|
|
/.gitlab_pages_shared_secret
|
|
/webpack-report/
|
|
/knapsack/
|
|
/rspec_flaky/
|
|
/locale/**/LC_MESSAGES
|
|
/locale/**/*.time_stamp
|
|
/.rspec
|
|
/.gitlab_pages_secret
|
|
/.gitlab_smime_key
|
|
/.gitlab_smime_cert
|
|
package-lock.json
|
|
/junit_*.xml
|
|
/coverage-frontend/
|
|
jsdoc/
|
|
**/tmp/rubocop_cache/**
|
|
.overcommit.yml
|