forked from chef/supermarket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
66 lines (50 loc) · 1.06 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
.DS_Store
.sass-cache
# Let developers choose their RSpec options
.rspec
# The Gemfile declares Ruby 2.0, so let's not argue over patch levels
.ruby-version
.rbenv-version
.rvmrc
.direnv
# Ignore Vagrant-specific things
.vagrant/
# Ignore Test Kitchen
.kitchen/
.kitchen.local.yml
# Ignore Node modules used by the JS test runner
node_modules/
# Ignore built documentation
.yard/
.yardoc/
.yardopts
doc/
# Ignore vendored gems
vendor/gems
vendor/ruby
# Ignore any Opscode-specific fixture data
db/fixtures
# Ignore Coveralls related files
coverage/
# Ignore Paperclip uploads locally
public/system
# Ignore Redis dumps
*.rdb
# Ignore the generated sitemap
public/sitemap*
# Ignore local configuration
.env.development
.env.test
.envrc
# Ignore branding adjustments, user should track that separately
# (ref app/assets/stylesheets/branding/README.md).
app/assets/stylesheets/branding
app/assets/images/branding