File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ __pycache__/
1111# Distribution / packaging
1212.Python
1313/build /
14+ /docs /_build /
1415/docs /build /
1516# Sphinx warnings
1617/docs /* .log
@@ -73,9 +74,6 @@ instance/
7374# Scrapy stuff:
7475.scrapy
7576
76- # Sphinx documentation
77- docs /_build /
78-
7977# PyBuilder
8078.pybuilder /
8179target /
@@ -260,28 +258,22 @@ fabric.properties
260258# /--- JetBrains
261259
262260# --------
263-
264-
265261# Ignore files in the project's root:
266262/* .patch
267263/* .diff
268264/* .py
269265# but not this file:
270266! /setup.py
271267
272- docs /_api
273- ! docs /_api /semver.__about__.rst
274-
275268# For node
276269node_modules /
277270
278271# # ---- Toms' own rules
279272#
280273# Ignore files in the project's root:
281- /* .patch
282- /* .diff
283- /* .py
284274/tmp
275+ /.tmp
276+ /contrib
285277
286278# Ignore all of .ipython except startup scripts
287279.ipython /*
You can’t perform that action at this time.
0 commit comments