Skip to content

Commit a75362c

Browse files
committed
Ignore a possible dirhtml directory used for local docs building.
1 parent f2876df commit a75362c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/TODO*
2+
/dirhtml/
3+
_cache
4+
_static
5+
_templates
6+
17
# Byte-compiled / optimized / DLL files
28
__pycache__/
39
*.py[cod]
@@ -150,8 +156,3 @@ cython_debug/
150156
# and can be added to the global gitignore or merged into this file. For a more nuclear
151157
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
152158
#.idea/
153-
154-
# User defined
155-
_cache
156-
_static
157-
_templates

0 commit comments

Comments
 (0)