Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jean9696 committed Dec 1, 2022
0 parents commit 3764e89
Show file tree
Hide file tree
Showing 7 changed files with 4,947 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
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
}
}
58 changes: 58 additions & 0 deletions .gitignore
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
Loading

0 comments on commit 3764e89

Please sign in to comment.