-
Notifications
You must be signed in to change notification settings - Fork 83
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
1 parent
4004e56
commit 020a91a
Showing
134 changed files
with
5,920 additions
and
15,229 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
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
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 |
---|---|---|
@@ -1,35 +1,44 @@ | ||
# See http://help.github.com/ignore-files/ for more about ignoring files. | ||
|
||
# compiled output | ||
dist | ||
|
||
# dependencies | ||
node_modules | ||
|
||
# Coverage | ||
coverage | ||
.nyc_output | ||
coverage.lcov | ||
|
||
# logs | ||
lerna-debug.log | ||
yarn-error.log | ||
|
||
# OS specific files | ||
.DS_Store | ||
# ----------------------- | ||
# .prettierignore is a symbolic link to this files | ||
# do not create .gitignore files in subdirectories if you want its entries to be ignored by Prettier | ||
# ----------------------- | ||
|
||
# local environment variables | ||
.env | ||
.env.* | ||
/.env* | ||
|
||
# stryker | ||
.stryker-tmp | ||
# logs | ||
/lerna-debug.log | ||
/yarn-error.log | ||
|
||
# typescript | ||
tsconfig.tsbuildinfo | ||
# dependencies | ||
/node_modules/ | ||
/packages/*/node_modules/ | ||
|
||
# ignore smart-contracts generated types | ||
packages/smart-contracts/types | ||
packages/smart-contracts/src/types | ||
# ignore thegraph generated types | ||
packages/payment-detection/src/thegraph/generated | ||
# compiled output | ||
/packages/*/dist/ | ||
/packages/*/tsconfig.tsbuildinfo | ||
|
||
# coverage | ||
/packages/*/coverage/ | ||
|
||
# docs generated files | ||
/packages/docs/.docusaurus/ | ||
/packages/docs/build/ | ||
/packages/docs/docs/client/ | ||
/packages/docs/docs/guides/4-request-payment/1-multisig.md | ||
/packages/docs/docs/guides/5-request-client/2-erc20-payment-detection.md | ||
/packages/docs/docs/guides/5-request-client/3-eth-payment-detection.md | ||
/packages/docs/docs/guides/5-request-client/4-btc-payment-detection.md | ||
/packages/docs/docs/guides/5-request-client/5-declarative-payment-network.md | ||
|
||
# payment-detection generated files | ||
/packages/payment-detection/src/thegraph/generated/ | ||
|
||
# request-client.js generated files | ||
/packages/request-client.js/docs/ | ||
|
||
# smart-contracts generated files | ||
/packages/smart-contracts/build/ | ||
/packages/smart-contracts/cache/ | ||
/packages/smart-contracts/types/ | ||
/packages/smart-contracts/src/types/ |
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 |
---|---|---|
@@ -1,6 +1,3 @@ | ||
{ | ||
"*.[jt]s": [ | ||
"eslint --fix --quiet", | ||
"prettier --write" | ||
] | ||
"*.[jt]s": ["eslint --fix --quiet", "prettier --write"] | ||
} |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
.gitignore |
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
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
Oops, something went wrong.