Skip to content

Commit

Permalink
small repo-layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
filipviz committed Jun 20, 2024
1 parent babab7b commit a86f812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/repo-layout.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

ignored = [".git/", "node_modules/", ".env", "lib/", "broadcast/", "out/", "cache/"]
ignored = [".git/", "node_modules/", ".env", "lib/", "broadcast/", "out/", "cache/", "deployments/"]

def generate_diagram(path: str, prefix=""):
contents = os.listdir(path)
Expand Down

0 comments on commit a86f812

Please sign in to comment.