-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 3764e89
Showing
7 changed files
with
4,947 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"extends": ["@habx/service"], | ||
"rules": { | ||
"@habx/graphql-multi-endpoints/api-directive": 0 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Environment Configuration | ||
.env | ||
|
||
# Build output folders | ||
lib/ | ||
dist/ | ||
dist-cli/ | ||
/docs/ | ||
build/ | ||
.docusaurus/ | ||
docusaurus-build/ | ||
documentation/docs/api/ | ||
documentation/sidebar-typedoc.js | ||
cli/version.json | ||
|
||
# Logs | ||
logs | ||
*.log | ||
.cache | ||
.rpt2_cache | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Dependency directory | ||
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- | ||
node_modules | ||
|
||
# Debug log from npm | ||
npm-debug.log | ||
|
||
# IntelliJ IDE ignore | ||
.idea | ||
|
||
# Visual Studio Code | ||
.vscode | ||
.history | ||
|
||
# flow-typed Lib Defs | ||
flow-typed/ | ||
|
||
# Flow Coverage Report | ||
flow-coverage/ | ||
|
||
# OSX Files | ||
.DS_Store | ||
|
||
.storybook-static/ | ||
|
||
# Test | ||
test.ts | ||
|
||
schema.graphql | ||
|
||
junit.xml |
Oops, something went wrong.