Skip to content

Commit 287466c

Browse files
eacodegencodegen-bot
and
codegen-bot
authored
Add posthog and override (#140)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed - [ ] I have read and agree to the [Contributor License Agreement](../CLA.md) Co-authored-by: codegen-bot <[email protected]>
1 parent 03e0221 commit 287466c

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)