Commit
ef1d64ea3527bed507c600ed1642be05ea2309f8
Exists in
master
and in
29 other branches
add_member_task_reject_details, admin_visible_profile, article-list-template, community_notifications, contact_admin_translation, event_fixes, fix_comments_pagination, fix_rails4_organization_ratings, fix_sign_up_form, follow_step_fix, forum_topic_creation, mirror_block_improvements, multi_env_on_remote_user, new_security, noosfero_spb_ci, organization_ratings_improvements, organization_ratings_link_to_profile_stable-spb-1.3, organization_ratings_translations_fix, profile_api_improvements, ratings_minor_fixes, remote_user_fix, send_email_to_admins, stable-spb-1.3, stable-spb-1.3-fixes, stable-spb-1.4, stable-spb-1.5, suggest_rejected_value, web_steps_improvements, xss_terminate_custom_options
ActionItem1210: moving .gitigore away.
If you want to use the rules in it, just symlink it to .gitignore
...
|
...
|
@@ -1,16 +0,0 @@ |
1
|
|
-vendor/rails |
2
|
|
-doc/api |
3
|
|
-doc/plugins |
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 |
...
|
...
|
@@ -0,0 +1,16 @@ |
|
1
|
+vendor/rails |
|
2
|
+doc/api |
|
3
|
+doc/plugins |
|
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 |
...
|
...
|
|