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 | vendor/rails | 2 | vendor/rails |
| 2 | doc/api | 3 | doc/api |
| 3 | doc/plugins | 4 | doc/plugins |
| 4 | tmp | 5 | tmp |
| 5 | config/database.yml | 6 | config/database.yml |
| 6 | config/session.secret | 7 | config/session.secret |
| 8 | +config/mail.yml | ||
| 7 | index | 9 | index |
| 8 | locale | 10 | locale |
| 9 | log | 11 | log |
| @@ -14,3 +16,5 @@ public/user_themes | @@ -14,3 +16,5 @@ public/user_themes | ||
| 14 | db/development.db | 16 | db/development.db |
| 15 | db/production.db | 17 | db/production.db |
| 16 | db/test.db | 18 | db/test.db |
| 19 | +tags | ||
| 20 | +pkg |