Skip to content

Commit 6307891

Browse files
author
codegen-bot
committed
Add posthog and override
1 parent 03e0221 commit 6307891

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/codegen/sdk/codebase/codebase_graph.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@
4949
logger = logging.getLogger(__name__)
5050

5151

52-
GLOBAL_FILE_IGNORE_LIST = [
53-
".git/*",
54-
".yarn/releases/*",
55-
]
52+
GLOBAL_FILE_IGNORE_LIST = [".git/*", ".yarn/releases/*", ".*/tests/static/chunk-.*.js"]
5653

5754

5855
@unique
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "posthog",
3+
"url": "https://github.com/PostHog/posthog.git",
4+
"commit": "9f0b1efae0c7b060e9700bd03d60b9d4b4153d40",
5+
"language": "PYTHON",
6+
"size": "large"
7+
}

0 commit comments

Comments
 (0)