-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
36 lines (33 loc) · 844 Bytes
/
.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
#----------------------------------------------------------------------------
# Ignore these files when commiting to a git repository.
#
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# The original version of this file is found here:
# https://github.com/RailsApps/rails-composer/blob/master/files/gitignore.txt
#
# Corrections? Improvements? Create a GitHub issue:
# http://github.com/RailsApps/rails-composer/issues
#----------------------------------------------------------------------------
# bundler state
/.bundle
/vendor/bundle/
/vendor/ruby/
# minimal Rails specific artifacts
/log/*
/tmp/*
.sass-cache
/config/config.yml
/config/database.yml
/coverage.data
/coverage/
/db/*.sqlite3
/public/cache
/public/stylesheets/compiled
/public/system/*
/spec/tmp/*
/cache
.DS_Store
.ruby-version
dump.rdb
**.sql