We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b96581 commit 0254c5dCopy full SHA for 0254c5d
lib/dir_listing.py
@@ -3,6 +3,7 @@
3
from os import path
4
import shutil
5
import sys
6
+import json
7
8
ignore_things = ['lib', 'assets', 'README.md', 'badge']
9
ignore_prefixes = ['.', '_']
0 commit comments