.gitignore 1.3 KB
Newer Older
C
Ciro Santilli 已提交
1 2
*.log
*.swp
3 4
*.mo
*.edit.po
P
Phil Hughes 已提交
5
*.rej
C
Ciro Santilli 已提交
6
.DS_Store
G
gitlabhq 已提交
7
.bundle
C
Ciro Santilli 已提交
8 9
.chef
.directory
10
/.envrc
W
winniehell 已提交
11
eslint-report.html
12
/.gitlab_shell_secret
C
Ciro Santilli 已提交
13
.idea
14
/.vscode/*
15
/.rbenv-version
G
gitlabhq 已提交
16
.rbx/
17 18 19
/.ruby-gemset
/.ruby-version
/.rvmrc
C
Ciro Santilli 已提交
20
.sass-cache/
21 22
/.secret
/.vagrant
23
/.yarn-cache
24 25
/.byebug_history
/Vagrantfile
26 27 28
/app/assets/images/icons.json
/app/assets/images/icons.svg
/app/assets/images/illustrations/
29
/app/assets/javascripts/locale/**/app.js
30 31 32 33 34 35 36 37 38
/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
39 40 41
/config/redis.cache.yml
/config/redis.queues.yml
/config/redis.shared_state.yml
42 43 44
/config/unicorn.rb
/config/secrets.yml
/config/sidekiq.yml
45
/config/registry.key
46
/coverage/*
47
/coverage-javascript/
48 49 50 51 52
/db/*.sqlite3
/db/*.sqlite3-journal
/db/data.yml
/doc/code/*
/dump.rdb
S
Simon Knox 已提交
53
/jsconfig.json
54
/log/*.log*
W
winniehell 已提交
55
/node_modules/
56 57 58 59 60
/nohup.out
/public/assets/
/public/uploads.*
/public/uploads/
/shared/artifacts/
S
Sam Rose 已提交
61
/spec/javascripts/fixtures/blob/pdf/
62
/spec/javascripts/fixtures/blob/balsamiq/
63
/rails_best_practices_output.html
64
/tags
65 66
/tmp/*
/vendor/bundle/*
67
/vendor/gitaly-ruby
68
/builds*
69
/shared/*
70
/.gitlab_workhorse_secret
71
/webpack-report/
L
Lin Jen-Shin 已提交
72 73
/knapsack/
/rspec_flaky/
74
/locale/**/LC_MESSAGES
75
/locale/**/*.time_stamp
76
/.rspec
D
Dmitriy Zaporozhets 已提交
77
/plugins/*
78
/.gitlab_pages_secret
79
package-lock.json