Commit 979df2094e9c999025fcd73afb6248f71ba6e0af
1 parent
ef1d64ea
Exists in
master
and in
29 other branches
ActionItem1210: adding more things that could be ignored
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
.gitignore.example
1 | +.gitignore | |
1 | 2 | vendor/rails |
2 | 3 | doc/api |
3 | 4 | doc/plugins |
4 | 5 | tmp |
5 | 6 | config/database.yml |
6 | 7 | config/session.secret |
8 | +config/mail.yml | |
7 | 9 | index |
8 | 10 | locale |
9 | 11 | log |
... | ... | @@ -14,3 +16,5 @@ public/user_themes |
14 | 16 | db/development.db |
15 | 17 | db/production.db |
16 | 18 | db/test.db |
19 | +tags | |
20 | +pkg | ... | ... |