Description:
ignore secret
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r630:a8dab7c96c4f - - 1 file changed: 2 inserted, 0 deleted
@@ -10,24 +10,26 | |||
|
10 | 10 | # Ignore the default SQLite database. |
|
11 | 11 | /db/*.sqlite3 |
|
12 | 12 | |
|
13 | 13 | # Ignore all logfiles and tempfiles. |
|
14 | 14 | /log/*.log |
|
15 | 15 | /tmp |
|
16 | 16 | |
|
17 | 17 | *~ |
|
18 | 18 | |
|
19 | 19 | /vendor/plugins/rails_upgrade |
|
20 | 20 | |
|
21 | 21 | #ignore public assets??? |
|
22 | 22 | /public/assets |
|
23 | 23 | /public |
|
24 | 24 | |
|
25 | 25 | /data |
|
26 | 26 | |
|
27 | 27 | #ignore .orig and .swp |
|
28 | 28 | *.orig |
|
29 | 29 | *.swp |
|
30 | 30 | |
|
31 | 31 | #ignore rvm setting file |
|
32 | 32 | .ruby-gemset |
|
33 | 33 | .ruby-version |
|
34 | + | |
|
35 | + /config/secrets.yml |
You need to be logged in to leave comments.
Login now