diff development.ini @ 5560:6ed126ef71af

indexers: load additional indexers settings from ini
author Takumi IINO <trot.thunder@gmail.com>
date Tue, 20 Oct 2015 22:18:47 +0900
parents 06d5c043e989
children 6353b5e87091
line wrap: on
line diff
--- a/development.ini	Fri Oct 23 13:36:56 2015 +0100
+++ b/development.ini	Tue Oct 20 22:18:47 2015 +0900
@@ -296,6 +296,18 @@
 ## allows to setup custom hooks in settings page
 allow_custom_hooks_settings = True
 
+## extra extensions for indexing, space separated and without the leading '.'.
+# index.extensions =
+#    gemfile
+#    lock
+
+## extra filenames for indexing, space separated
+# index.filenames =
+#    .dockerignore
+#    .editorconfig
+#    INSTALL
+#    CHANGELOG
+
 ####################################
 ###        CELERY CONFIG        ####
 ####################################