浏览代码

Merge pull request #1543 from barraponto/patch-2

Add scrapy stuff to .gitignore
Brendan Forster 9 年之前
父节点
当前提交
bb217159e6
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Python.gitignore

+ 3 - 0
Python.gitignore

@@ -56,6 +56,9 @@ local_settings.py
 # Flask instance folder
 instance/
 
+# Scrapy stuff:
+.scrapy
+
 # Sphinx documentation
 docs/_build/