diff --git a/notes2web.py b/notes2web.py index 517e7f2..37380b1 100755 --- a/notes2web.py +++ b/notes2web.py @@ -146,7 +146,7 @@ def main(args): for path in paths: print(f"{path=}") - if path == 'index.html': + if path in [ 'index.html', '.git' ]: continue fullpath = os.path.join(directory, path)