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
@@ -1,33 +1,35 | |||||
|
1 | # See http://help.github.com/ignore-files/ for more about ignoring files. |
|
1 | # See http://help.github.com/ignore-files/ for more about ignoring files. |
|
2 | # |
|
2 | # |
|
3 | # If you find yourself ignoring temporary files generated by your text editor |
|
3 | # If you find yourself ignoring temporary files generated by your text editor |
|
4 | # or operating system, you probably want to add a global ignore instead: |
|
4 | # or operating system, you probably want to add a global ignore instead: |
|
5 | # git config --global core.excludesfile ~/.gitignore_global |
|
5 | # git config --global core.excludesfile ~/.gitignore_global |
|
6 |
|
6 | ||
|
7 | # Ignore bundler config |
|
7 | # Ignore bundler config |
|
8 | /.bundle |
|
8 | /.bundle |
|
9 |
|
9 | ||
|
10 | # Ignore the default SQLite database. |
|
10 | # Ignore the default SQLite database. |
|
11 | /db/*.sqlite3 |
|
11 | /db/*.sqlite3 |
|
12 |
|
12 | ||
|
13 | # Ignore all logfiles and tempfiles. |
|
13 | # Ignore all logfiles and tempfiles. |
|
14 | /log/*.log |
|
14 | /log/*.log |
|
15 | /tmp |
|
15 | /tmp |
|
16 |
|
16 | ||
|
17 | *~ |
|
17 | *~ |
|
18 |
|
18 | ||
|
19 | /vendor/plugins/rails_upgrade |
|
19 | /vendor/plugins/rails_upgrade |
|
20 |
|
20 | ||
|
21 | #ignore public assets??? |
|
21 | #ignore public assets??? |
|
22 | /public/assets |
|
22 | /public/assets |
|
23 | /public |
|
23 | /public |
|
24 |
|
24 | ||
|
25 | /data |
|
25 | /data |
|
26 |
|
26 | ||
|
27 | #ignore .orig and .swp |
|
27 | #ignore .orig and .swp |
|
28 | *.orig |
|
28 | *.orig |
|
29 | *.swp |
|
29 | *.swp |
|
30 |
|
30 | ||
|
31 | #ignore rvm setting file |
|
31 | #ignore rvm setting file |
|
32 | .ruby-gemset |
|
32 | .ruby-gemset |
|
33 | .ruby-version |
|
33 | .ruby-version |
|
|
34 | + | ||
|
|
35 | + /config/secrets.yml |
You need to be logged in to leave comments.
Login now