Commit 9a888ee89e5824b71807168898edade1fb370341
Committed by
Antonio Terceiro
1 parent
8d199f62
Exists in
master
and in
29 other branches
ActionItem1210: ignoring annoying files in git
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
.gitignore
... | ... | @@ -2,3 +2,15 @@ vendor/rails |
2 | 2 | doc/api |
3 | 3 | doc/plugins |
4 | 4 | tmp |
5 | +config/database.yml | |
6 | +config/session.secret | |
7 | +index | |
8 | +locale | |
9 | +log | |
10 | +public/articles | |
11 | +public/images/0000 | |
12 | +public/thumbnails | |
13 | +public/user_themes | |
14 | +db/development.db | |
15 | +db/production.db | |
16 | +db/test.db | ... | ... |