FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ops-codegraph-tool/.codegraphrc.example.json at main · optave/ops-codegraph-tool · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
optave
/
ops-codegraph-tool
Public
Notifications
You must be signed in to change notification settings
Fork
23
Star
91
Code
Issues
69
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ops-codegraph-tool
/
.codegraphrc.example.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (18 loc) · 408 Bytes
Breadcrumbs
ops-codegraph-tool
/
.codegraphrc.example.json
Copy path
File metadata and controls
18 lines (18 loc) · 408 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"include"
: [
"
src/**
"
,
"
lib/**
"
],
"exclude"
: [
"
**/*.test.js
"
,
"
**/__mocks__/**
"
],
"ignoreDirs"
: [
"
node_modules
"
,
"
.git
"
,
"
dist
"
,
"
vendor
"
],
"extensions"
: [
"
.js
"
,
"
.ts
"
,
"
.tsx
"
,
"
.py
"
],
"aliases"
: {
"@/"
:
"
./src/
"
,
"@utils/"
:
"
./src/utils/
"
},
"build"
: {
"incremental"
:
true
,
"dbPath"
:
"
.codegraph/graph.db
"
},
"query"
: {
"defaultDepth"
:
3
,
"defaultLimit"
:
20
}
}
Back
|
FazBrowse Home
|
New Git URL