diff options
Diffstat (limited to 'isuifang_solr/.gitignore')
-rw-r--r-- | isuifang_solr/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/isuifang_solr/.gitignore b/isuifang_solr/.gitignore new file mode 100644 index 0000000..c385574 --- /dev/null +++ b/isuifang_solr/.gitignore @@ -0,0 +1,11 @@ +syntax: glob + +*.orig +*.swp +*.pyc +*~ +.DS_Store + +solr/data/index/ +logs/ +backup/ |