.gitignore 1.4 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
/backups/*
/config/aws.yml
32
/config/database*.yml
33 34 35 36 37 38
/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
/config/unicorn.rb
43
/config/puma.rb
44 45
/config/secrets.yml
/config/sidekiq.yml
46
/config/registry.key
47
/coverage/*
48
/coverage-javascript/
49 50 51 52 53
/db/*.sqlite3
/db/*.sqlite3-journal
/db/data.yml
/doc/code/*
/dump.rdb
S
Simon Knox 已提交
54
/jsconfig.json
55
/log/*.log*
W
winniehell 已提交
56
/node_modules/
57 58 59 60 61
/nohup.out
/public/assets/
/public/uploads.*
/public/uploads/
/shared/artifacts/
S
Sam Rose 已提交
62
/spec/javascripts/fixtures/blob/pdf/
63
/spec/javascripts/fixtures/blob/balsamiq/
64
/rails_best_practices_output.html
65
/tags
66 67
/tmp/*
/vendor/bundle/*
68
/vendor/gitaly-ruby
69
/builds*
70
/shared/*
71
/.gitlab_workhorse_secret
72
/webpack-report/
L
Lin Jen-Shin 已提交
73 74
/knapsack/
/rspec_flaky/
75
/locale/**/LC_MESSAGES
76
/locale/**/*.time_stamp
77
/.rspec
D
Dmitriy Zaporozhets 已提交
78
/plugins/*
79
/.gitlab_pages_secret
80
package-lock.json
W
Winnie Hellmann 已提交
81 82
/junit_*.xml
/coverage-frontend/
83
jsdoc/