mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-20 17:51:44 +00:00
132 lines
2.3 KiB
Plaintext
132 lines
2.3 KiB
Plaintext
*.log
|
|
*.swp
|
|
*.mo
|
|
*.edit.po
|
|
*.rej
|
|
.dir-locals.el
|
|
.DS_Store
|
|
.bundle
|
|
.chef
|
|
.directory
|
|
.history
|
|
.eslintcache
|
|
/.envrc
|
|
eslint-report.html
|
|
/.gitlab_shell_secret
|
|
.idea
|
|
.nova
|
|
/.vscode/*
|
|
/.rbenv-version
|
|
.rbx/
|
|
/.ruby-gemset
|
|
/.ruby-version
|
|
/.tool-versions
|
|
/.rvmrc
|
|
/.secret
|
|
.sass-cache/
|
|
/.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/cable.yml
|
|
/config/database*.yml
|
|
/config/gitlab.yml
|
|
/config/gitlab_ci.yml
|
|
/config/Gitlab.gitlab-license
|
|
/config/initializers/smtp_settings.rb
|
|
/config/initializers/relative_url.rb
|
|
/config/resque.yml
|
|
/config/redis.*.yml
|
|
/config/redis.yml
|
|
/config/unicorn.rb
|
|
/config/puma.rb
|
|
/config/secrets.yml*
|
|
/config/session_store.yml
|
|
/config/sidekiq.yml
|
|
/config/click_house.yml
|
|
/config/registry.key
|
|
/coverage/*
|
|
/db/*.sqlite3
|
|
/db/*.sqlite3-journal
|
|
/db/data.yml
|
|
/doc/code/*
|
|
/dump.rdb
|
|
/jsconfig.json
|
|
/lefthook-local.yml
|
|
/log/*.log*
|
|
/node_modules
|
|
/nohup.out
|
|
/public/assets/
|
|
/public/uploads.*
|
|
/public/uploads/
|
|
/public/sitemap.xml
|
|
/public/sitemap.xml.gz
|
|
/shared/artifacts/
|
|
/spec/examples.txt
|
|
/rails_best_practices_output.html
|
|
/tags
|
|
/vendor/bundle/*
|
|
/vendor/package_metadata_db/
|
|
/builds*
|
|
/.gitlab_workhorse_secret
|
|
/.gitlab_pages_secret
|
|
/.gitlab_kas_secret
|
|
/.gitlab_suggested_reviewers_secret
|
|
/.gitlab_zoekt_username
|
|
/.gitlab_zoekt_password
|
|
/webpack-report/
|
|
/crystalball/
|
|
/test_results/
|
|
/deprecations/
|
|
/knapsack/
|
|
/rspec_flaky/
|
|
/rspec/
|
|
/locale/**/LC_MESSAGES
|
|
/locale/**/*.time_stamp
|
|
/.rspec
|
|
/.gitlab_smime_key
|
|
/.gitlab_smime_cert
|
|
package-lock.json
|
|
/junit_*.xml
|
|
/coverage-frontend/
|
|
jsdoc/
|
|
**/tmp/rubocop_cache/**
|
|
.projections.json
|
|
/qa/.rakeTasks
|
|
webpack-dev-server.json
|
|
/.nvimrc
|
|
.solargraph.yml
|
|
ee/changelogs/unreleased-ee
|
|
/sitespeed-result
|
|
tags.lock
|
|
tags.temp
|
|
.stylelintcache
|
|
.solargraph.yml
|
|
jest-snapshot-test-match.json
|
|
jest-test-report.json
|
|
jest-snapshot-test-report.json
|
|
|
|
# Vite Ruby
|
|
/public/vite*
|
|
# Vite uses dotenv and suggests to ignore local-only env files. See
|
|
# https://vitejs.dev/guide/env-and-mode.html#env-files
|
|
*.local
|
|
/config/vite.gdk.json
|
|
|
|
# CSS compilation for cssbundling and tailwind
|
|
app/assets/builds/
|
|
config/helpers/tailwind/all_utilities.haml
|
|
config/helpers/tailwind/css_in_js.js
|
|
|
|
# ruby-lsp
|
|
.index.yml
|
|
|
|
# Rubocop cop documentation generation
|
|
.yardoc
|